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 5157ea4 commit 31c574cCopy full SHA for 31c574c
.github/workflows/ci.yml
@@ -152,6 +152,7 @@ jobs:
152
- uses: actions/checkout@v3
153
- uses: dtolnay/rust-toolchain@miri
154
- run: cargo miri test --all-features
155
+ continue-on-error: true # https://github.com/rust-lang/miri/issues/2874
156
env:
157
MIRIFLAGS: -Zmiri-strict-provenance
158
0 commit comments