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 9c8d235 commit ce458ffCopy full SHA for ce458ff
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
toolchain: ${{matrix.rust}}
34
- name: Enable type layout randomization
35
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
36
- if: matrix.rust == 'nightly'
+ if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
37
- run: cargo test --release
38
- run: cargo test
39
0 commit comments