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 36515dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
name: "Miri"
runs-on: ubuntu-latest
env:
MIRIFLAGS: "-Zmiri-isolation-error=warn"
steps:
- uses: actions/checkout@v3
- name: Install Miri
Expand All @@ -77,4 +76,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 36515dc

Please sign in to comment.