Skip to content

Commit

Permalink
Enable -Z randomize-layout in miri CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 20, 2022
1 parent 47f0a1c commit 58e9a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- run: cargo miri test --workspace --all-features
env:
MIRIFLAGS: -Zmiri-check-number-validity -Zmiri-symbolic-alignment-check -Zmiri-tag-raw-pointers
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout

tidy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 58e9a75

Please sign in to comment.