Enable type layout randomization in CI on nightly

This commit is contained in:
David Tolnay
2023-02-19 09:21:56 -08:00
parent 4bc8a0ea8b
commit fd6c1fe15b
+3
View File
@@ -31,6 +31,9 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- name: Enable type layout randomization
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: matrix.rust == 'nightly'
- run: cargo build
- run: cargo test
- run: cargo test --release