We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaa03d commit a2d1ed1Copy full SHA for a2d1ed1
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
with:
33
toolchain: ${{matrix.rust}}
34
components: rust-src
35
+ - name: Enable type layout randomization
36
+ run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
37
+ if: matrix.rust == 'nightly'
38
- name: Enable nightly-only tests
39
run: echo RUSTFLAGS=${RUSTFLAGS}\ --cfg=thiserror_nightly_testing >> $GITHUB_ENV
40
if: matrix.rust == 'nightly'
0 commit comments