mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
fix some loom issues
This commit is contained in:
parent
0095c7fe29
commit
ef9fcf999d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user