Skip to content

Commit 838565d

Browse files
committed
use sqlite fixture db in CI
1 parent d380f4b commit 838565d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
# integration test: sqlite + async-std
6363
- run: cargo test --no-default-features --features 'runtime-async-std sqlite macros uuid chrono tls'
6464
env:
65-
DATABASE_URL: "sqlite::memory:"
65+
DATABASE_URL: "sqlite://tests/fixtures/sqlite.sqlite"
6666

6767
# integration test: sqlite + tokio
6868
- run: cargo test --no-default-features --features 'runtime-tokio sqlite macros uuid chrono tls'
6969
env:
70-
DATABASE_URL: "sqlite::memory:"
70+
DATABASE_URL: "sqlite://tests/fixtures/sqlite.sqlite"
7171

7272
# Rust ------------------------------------------------
7373

0 commit comments

Comments
 (0)