Skip to content

Commit

Permalink
remove loom tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskiki committed Aug 4, 2024
1 parent 416f5fe commit 96c20cb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,3 @@ jobs:
run: cargo miri test
env:
MIRIFLAGS: ""
loom:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: cargo test --test loom
run: cargo test --release --test loom
env:
LOOM_MAX_PREEMPTIONS: 2
RUSTFLAGS: "--cfg loom"

0 comments on commit 96c20cb

Please sign in to comment.