Skip to content

Commit 37585c0

Browse files
committed
Update MIRIFLAGS
1 parent 8d3e3a8 commit 37585c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
run: rustup toolchain install nightly --component miri && rustup default nightly
7171
- run: cargo miri test
7272
env:
73-
MIRIFLAGS: -Zmiri-tag-raw-pointers
73+
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation
74+
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout
7475

7576
security_audit:
7677
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)