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 fb69332 commit f717b8dCopy full SHA for f717b8d
1 file changed
.github/workflows/ci.yml
@@ -99,10 +99,7 @@ jobs:
99
timeout-minutes: 45
100
steps:
101
- uses: actions/checkout@v6
102
- - uses: dtolnay/rust-toolchain@master
103
- with:
104
- toolchain: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855
105
- components: miri, rust-src
+ - uses: dtolnay/rust-toolchain@miri
106
- run: cargo miri setup
107
- run: cargo miri test
108
env:
0 commit comments