Skip to content

Commit

Permalink
Only execute miri on the salsa-2022 packages
Browse files Browse the repository at this point in the history
These don't need to disable isolation so the `-Zmiri-isolation-error` flag can be removed.
  • Loading branch information
DropDemBits committed Nov 11, 2023
1 parent 95d5fc2 commit e8fe17e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ jobs:
miri:
name: "Miri"
runs-on: ubuntu-latest
env:
MIRIFLAGS: "-Zmiri-isolation-error=warn"
steps:
- uses: actions/checkout@v3
- name: Install Miri
Expand All @@ -77,4 +75,4 @@ jobs:
rustup override set nightly
cargo miri setup
- name: Test with Miri
run: cargo miri test --no-fail-fast
run: cargo miri test --no-fail-fast -p salsa-2022 -p salsa-2022-tests -p calc -p lazy-input

0 comments on commit e8fe17e

Please sign in to comment.