We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3712eea commit efb9172Copy full SHA for efb9172
1 file changed
Makefile
@@ -88,7 +88,7 @@ test_mysql:
88
cargo test --workspace --no-default-features --features=mysql,py_verifier
89
90
test_sqlite:
91
- SYNC_SYNCSTORAGE__DATABASE_URL=sqlite://:memory: \
92
- SYNC_TOKENSERVER__DATABASE_URL=sqlite://:memory: \
+ SYNC_SYNCSTORAGE__DATABASE_URL=sqlite:///tmp/syncstorage.db\
+ SYNC_TOKENSERVER__DATABASE_URL=sqlite:///tmp/tokenserver.db \
93
RUST_TEST_THREADS=1 \
94
cargo test --workspace --no-default-features --features=sqlite,py_verifier
0 commit comments