From dd6c1b72c072dccc7144654cd36624249f21d71d Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Fri, 2 May 2025 16:24:43 -0500 Subject: [PATCH] loom release --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 380dd5c58..ec73e28dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -842,10 +842,10 @@ jobs: toolchain: ${{ env.rust_stable }} - uses: Swatinem/rust-cache@v2 - name: build --cfg loom - run: cargo test --no-run --lib --features full + run: cargo test --no-run --lib --release --features full working-directory: tokio env: - RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings + RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings -Cdebug check-readme: name: Check README