fix some loom issues

This commit is contained in:
Noah Kennedy 2025-05-02 15:03:51 -05:00
parent 0095c7fe29
commit ef9fcf999d

View File

@ -842,7 +842,7 @@ jobs:
toolchain: ${{ env.rust_stable }} toolchain: ${{ env.rust_stable }}
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- name: build --cfg loom - name: build --cfg loom
run: cargo test --no-run --lib --features full run: cargo test --no-run --lib --release --features full
working-directory: tokio working-directory: tokio
env: env:
RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings RUSTFLAGS: --cfg loom --cfg tokio_unstable -Dwarnings