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 546acdc commit a8474f7Copy full SHA for a8474f7
.github/workflows/test.yml
@@ -150,9 +150,9 @@ jobs:
150
- uses: actions/checkout@v2
151
- name: Install toolchain
152
run: |
153
- MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
154
- rustup default "$MIRI_NIGHTLY"
155
- rustup component add miri
+ rustup toolchain install nightly --component miri
+ rustup override set nightly
+ cargo miri setup
156
- name: Test rand
157
158
cargo miri test --no-default-features --lib --tests
0 commit comments