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 4dcd122 commit 40b52c1Copy full SHA for 40b52c1
.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 build
38
- run: cargo test
39
- run: cargo build --tests --features no-panic --release
0 commit comments