Skip to content

Commit

Permalink
test sqlite in GH actions (#4487)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Fernández authored Nov 22, 2023
1 parent 2c867f4 commit 747c5fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/query-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
single_threaded: false
connector: 'sqlserver'
version: '2022'
- name: 'sqlite'
single_threaded: false
connector: 'sqlite'
version: '3'
- name: 'mongodb_4_2'
single_threaded: true
connector: 'mongodb'
Expand Down

0 comments on commit 747c5fa

Please sign in to comment.