We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a38e1 commit af832bcCopy full SHA for af832bc
.github/workflows/ci.yml
@@ -45,7 +45,9 @@ jobs:
45
with:
46
components: miri
47
- uses: Swatinem/rust-cache@v2
48
- - run: cargo miri test
+ # Most eyeball-im-util tests are failing right now, due to Vector::retain
49
+ # usage which might be unsound: https://github.com/jneem/imbl/issues/59
50
+ - run: cargo miri test --workspace --exclude eyeball-im-util
51
52
clippy:
53
name: Run clippy (Rust nightly)
0 commit comments