Revert "chore: disable warnings in old CI (#4691)"

This reverts commit b24df49a9d so we can
merge the CHANGELOG changes in #4691 into master.
This commit is contained in:
Alice Ryhl
2022-05-14 20:59:52 +02:00
parent 2659adf5fe
commit cdb132d333
22 changed files with 323 additions and 37 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ on:
name: Loom
env:
RUSTFLAGS: -Dwarnings
RUST_BACKTRACE: 1
jobs:
@@ -34,6 +35,6 @@ jobs:
run: cargo test --lib --release --features full -- --nocapture $SCOPE
working-directory: tokio
env:
RUSTFLAGS: --cfg loom --cfg tokio_unstable
RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings
LOOM_MAX_PREEMPTIONS: 2
SCOPE: ${{ matrix.scope }}