Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- 'sqlite'
- 'mysql'
- 'flight'
- 'adbc'

steps:
- uses: actions/checkout@v5
Expand Down Expand Up @@ -113,6 +114,12 @@ jobs:
sudo apt-get install -y unixodbc-dev
sudo apt-get install -y libsqlite3-dev

- name: Install ADBC drivers
run: |
curl -LsSf https://dbc.columnar.tech/install.sh | sh
dbc install sqlite
dbc install duckdb

- name: Run tests
run: make test

Expand Down
Loading
Loading