Skip to content

Commit

Permalink
Update MIRIFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 1, 2022
1 parent 8d3e3a8 commit 37585c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
run: rustup toolchain install nightly --component miri && rustup default nightly
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-tag-raw-pointers
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout

security_audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 37585c0

Please sign in to comment.