From a70726cbc7fe53ad1bb2929ff0bb72b6d7b0b0d7 Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Fri, 2 May 2025 16:31:24 -0500 Subject: [PATCH] debug assertions properly --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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