Skip to content

Commit 347b473

Browse files
committed
Test with randomized type layout on nightly
1 parent e0292fe commit 347b473

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
with:
3232
toolchain: ${{matrix.rust}}
3333
components: rust-src
34+
- run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
35+
if: matrix.rust == 'nightly'
3436
- run: cargo test
3537
- run: cargo check --no-default-features
3638
- run: cargo check --features backtrace

0 commit comments

Comments
 (0)