mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
test: fix sqlite configuration
This commit is contained in:
parent
9a7401a427
commit
923c7aa18e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/sqlx.yml
vendored
5
.github/workflows/sqlx.yml
vendored
|
@ -96,7 +96,12 @@ jobs:
|
|||
with:
|
||||
command: test
|
||||
args: >
|
||||
--no-default-features
|
||||
--features sqlite,all-types,runtime-${{ matrix.runtime }}
|
||||
--
|
||||
--test-threads=1
|
||||
env:
|
||||
DATABASE_URL: sqlite://tests/sqlite/sqlite.db
|
||||
|
||||
postgres:
|
||||
name: Postgres
|
||||
|
|
Loading…
Reference in a new issue