Skip to content

Commit

Permalink
m: Add to CI
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed May 29, 2024
1 parent fa26d38 commit 84b6b01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,18 @@ jobs:
run: rustup update stable
- run: cargo clippy --all-features --all-targets

loom:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update stable
- name: Loom tests
run: cargo test --release --test loom --features loom
env:
RUSTFLAGS: "--cfg=loom"
LOOM_MAX_PREEMPTIONS: 4

fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 84b6b01

Please sign in to comment.