Skip to content

Commit

Permalink
chore: set MIRIFLAGS to -Zmiri-disable-isolation -Zmiri-retag-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Nov 25, 2024
1 parent e4d36da commit 3b7246b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
run: cargo miri setup
- name: Test with Miri
run: cargo miri test --no-fail-fast --all-features
env:
MIRIFLAGS: -Zmiri-disable-isolation -Zmiri-retag-fields
- name: Run examples with Miri
run: |
cargo miri run --example calc
Expand Down

0 comments on commit 3b7246b

Please sign in to comment.