We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3acfe commit 9fe2f72Copy full SHA for 9fe2f72
.github/workflows/ci.yml
@@ -56,6 +56,7 @@ jobs:
56
- uses: actions/checkout@v3
57
- uses: dtolnay/rust-toolchain@miri
58
- run: cargo miri test
59
+ continue-on-error: true # https://github.com/rust-lang/miri/issues/2874
60
env:
61
MIRIFLAGS: -Zmiri-strict-provenance
62
0 commit comments