Enable type layout randomization in CI on nightly

This commit is contained in:
David Tolnay 2023-02-19 09:22:00 -08:00
parent 006eb756e3
commit d91b5d9b58
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -51,6 +51,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 test
- run: cargo check --benches