loom release

This commit is contained in:
Noah Kennedy
2025-05-02 16:24:43 -05:00
parent eb54da46f5
commit dd6c1b72c0
+2 -2
View File
@@ -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