We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b23f2 commit 543e123Copy full SHA for 543e123
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
components: rust-src
35
- name: Enable type layout randomization
36
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
37
- if: matrix.rust == 'nightly' && false # FIXME https://github.com/rust-lang/rust/issues/113941
+ 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