mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
use sqlite fixture db in CI
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -62,12 +62,12 @@ jobs:
|
||||
# integration test: sqlite + async-std
|
||||
- run: cargo test --no-default-features --features 'runtime-async-std sqlite macros uuid chrono tls'
|
||||
env:
|
||||
DATABASE_URL: "sqlite::memory:"
|
||||
DATABASE_URL: "sqlite://tests/fixtures/sqlite.sqlite"
|
||||
|
||||
# integration test: sqlite + tokio
|
||||
- run: cargo test --no-default-features --features 'runtime-tokio sqlite macros uuid chrono tls'
|
||||
env:
|
||||
DATABASE_URL: "sqlite::memory:"
|
||||
DATABASE_URL: "sqlite://tests/fixtures/sqlite.sqlite"
|
||||
|
||||
# Rust ------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user