Enable the tokio unstable features

This commit is contained in:
Quentin Gliech
2025-03-24 13:53:34 +01:00
parent 976dd898c7
commit e03d373e33
3 changed files with 8 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ jobs:
run: |
cargo test --no-fail-fast --workspace
env:
RUSTFLAGS: "-Cinstrument-coverage"
RUSTFLAGS: "-Cinstrument-coverage --cfg tokio_unstable"
LLVM_PROFILE_FILE: "cargo-test-%p-%m.profraw"
DATABASE_URL: postgresql://postgres:postgres@localhost/postgres
SQLX_OFFLINE: "1"