Skip to content

update to duckdb v0.10.0 #6

update to duckdb v0.10.0

update to duckdb v0.10.0 #6

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/_extension_client_tests.yml@v0.9.2
# with:
# duckdb_version: v0.9.2