We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa532c2 commit e0f27f5Copy full SHA for e0f27f5
.github/workflows/ci.yml
@@ -61,6 +61,7 @@ jobs:
61
- uses: dtolnay/rust-toolchain@nightly
62
- name: Enable type layout randomization
63
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
64
+ shell: bash
65
- run: cargo test
66
67
minimal:
0 commit comments