diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec73e28dd..4370783d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -845,7 +845,7 @@ jobs: run: cargo test --no-run --lib --release --features full working-directory: tokio env: - RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings -Cdebug + RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings -Cdebug-assertions check-readme: name: Check README