There was an error while loading. Please reload this page.
1 parent d380f4b commit 838565dCopy full SHA for 838565d
.github/workflows/rust.yml
@@ -62,12 +62,12 @@ jobs:
62
# integration test: sqlite + async-std
63
- run: cargo test --no-default-features --features 'runtime-async-std sqlite macros uuid chrono tls'
64
env:
65
- DATABASE_URL: "sqlite::memory:"
+ DATABASE_URL: "sqlite://tests/fixtures/sqlite.sqlite"
66
67
# integration test: sqlite + tokio
68
- run: cargo test --no-default-features --features 'runtime-tokio sqlite macros uuid chrono tls'
69
70
71
72
# Rust ------------------------------------------------
73
0 commit comments