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 435bd1b commit c295f5cCopy full SHA for c295f5c
1 file changed
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- uses: actions/checkout@v4
89
- uses: dtolnay/rust-toolchain@miri
90
- run: cargo miri setup
91
- - run: cargo miri test --all-targets # exclude doctests https://github.com/rust-lang/miri/issues/3404
+ - run: cargo miri test
92
env:
93
MIRIFLAGS: -Zmiri-strict-provenance
94
0 commit comments