Thanks to visit codestin.com Credit goes to github.com
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 df8bffa commit ba33438Copy full SHA for ba33438
1 file changed
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
- uses: actions/checkout@v4
91
- uses: dtolnay/rust-toolchain@miri
92
- run: cargo miri setup
93
- - run: cargo miri test
+ - run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
94
env:
95
MIRIFLAGS: -Zmiri-strict-provenance
96
0 commit comments