We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c01011 commit dd45be1Copy full SHA for dd45be1
.github/workflows/ci.yml
@@ -34,6 +34,9 @@ jobs:
34
- uses: dtolnay/rust-toolchain@master
35
with:
36
toolchain: ${{matrix.rust}}
37
+ - name: Enable type layout randomization
38
+ run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
39
+ if: matrix.rust == 'nightly'
40
- run: cargo test
41
env:
42
RUSTFLAGS: ${{matrix.rustflags}} ${{env.RUSTFLAGS}}
0 commit comments