Skip to content

Merge pull request #58 from carlopi/add_back_wasm #76

Merge pull request #58 from carlopi/add_back_wasm

Merge pull request #58 from carlopi/add_back_wasm #76

Workflow file for this run

#
# This workflow runs (some of) the client test for the DuckDB extension. These should only be used when necessary, writing
# regular SQL tests is generally preferable. Feel free to remove this workflow for your extension.
#
name: Client specific tests
on: [push, pull_request, repository_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
cancel-in-progress: true
jobs:
client-tests:
name: Client Tests
uses: duckdb/duckdb/.github/workflows/[email protected]
with:
duckdb_version: v0.9.2