From eb54da46f50a4457bff77a2612cc8142d76f6f4b Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Fri, 2 May 2025 15:40:06 -0500 Subject: [PATCH] dont add release --- .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 4428d1a02..380dd5c58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -842,7 +842,7 @@ jobs: toolchain: ${{ env.rust_stable }} - uses: Swatinem/rust-cache@v2 - name: build --cfg loom - run: cargo test --no-run --lib --release --features full + run: cargo test --no-run --lib --features full working-directory: tokio env: RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings