chore: disable warnings in old CI (#4691)

This commit is contained in:
Alice Ryhl
2022-05-14 20:16:21 +02:00
parent aa03622cf3
commit b24df49a9d
22 changed files with 37 additions and 323 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ on:
name: Loom
env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
jobs:
@@ -35,6 +34,6 @@ jobs:
run: cargo test --lib --release --features full -- --nocapture $SCOPE
working-directory: tokio
env:
RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings
RUSTFLAGS: --cfg loom --cfg tokio_unstable
LOOM_MAX_PREEMPTIONS: 2
SCOPE: ${{ matrix.scope }}