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 4ba4ab1 commit 48ae580Copy full SHA for 48ae580
.github/workflows/ci.yml
@@ -187,7 +187,7 @@ jobs:
187
- uses: actions/checkout@v4
188
- uses: dtolnay/rust-toolchain@miri
189
- run: cargo miri setup
190
- - run: cargo miri test
+ - run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
191
env:
192
MIRIFLAGS: -Zmiri-strict-provenance
193
0 commit comments