debug assertions properly

This commit is contained in:
Noah Kennedy
2025-05-02 16:31:24 -05:00
parent 2769520afe
commit a70726cbc7
+1 -1
View File
@@ -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