We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0292fe commit 347b473Copy full SHA for 347b473
.github/workflows/ci.yml
@@ -31,6 +31,8 @@ jobs:
31
with:
32
toolchain: ${{matrix.rust}}
33
components: rust-src
34
+ - run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
35
+ if: matrix.rust == 'nightly'
36
- run: cargo test
37
- run: cargo check --no-default-features
38
- run: cargo check --features backtrace
0 commit comments