test: fix sqlite configuration

This commit is contained in:
Ryan Leckey 2020-06-07 23:51:05 -07:00
parent 9a7401a427
commit 923c7aa18e

View file

@ -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