Skip to content

Commit

Permalink
Test with randomized type layout on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 12, 2023
1 parent e0292fe commit 347b473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -31,6 +31,8 @@ jobs:
with:
toolchain: ${{matrix.rust}}
components: rust-src
- run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
if: matrix.rust == 'nightly'
- run: cargo test
- run: cargo check --no-default-features
- run: cargo check --features backtrace
Expand Down

0 comments on commit 347b473

Please sign in to comment.