Skip to content

Commit

Permalink
add flightsql test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d h authored and d h committed Dec 20, 2024
1 parent 0235ad2 commit 31a5e27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/clients-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ jobs:
pip3 install "sqlglot[rs]"
pip3 install "psycopg[binary]" pandas pyarrow polars adbc_driver_flightsql
- name: Build
run: go build -v

- name: Start MyDuck Server
run: |
./myduckserver &
sleep 5
- name: Run the Compatibility Test for FlightSQL
run: |
go test -v ./compatibility/flightsql/go/flightsql_test.go
Expand Down

0 comments on commit 31a5e27

Please sign in to comment.