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 9ac165c commit 99e8a6cCopy full SHA for 99e8a6c
1 file changed
.github/workflows/ci.yml
@@ -110,10 +110,7 @@ jobs:
110
timeout-minutes: 45
111
steps:
112
- uses: actions/checkout@v6
113
- - uses: dtolnay/rust-toolchain@master
114
- with:
115
- toolchain: nightly-2026-02-11 # https://github.com/rust-lang/miri/issues/4855
116
- components: miri, rust-src
+ - uses: dtolnay/rust-toolchain@miri
117
- run: cargo miri setup
118
- run: cargo miri test
119
env:
0 commit comments