Use same rustflags for all tests

This commit is contained in:
asonix 2025-03-29 17:09:45 -05:00
parent 65fd38682b
commit 85ac9ec5aa

View file

@ -66,6 +66,8 @@ jobs:
name: Run library tests
run: |
cargo test --lib
env:
RUSTFLAGS: --cfg tokio_unstable --cfg system_deps
-
name: Run integration tests
run: |
@ -81,6 +83,8 @@ jobs:
name: Run doctests
run: |
cargo test --doc
env:
RUSTFLAGS: --cfg tokio_unstable --cfg system_deps
check: