Skip to content

Commit af832bc

Browse files
committed
Don't run eyeball-im-util tests in miri
1 parent f9a38e1 commit af832bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
with:
4646
components: miri
4747
- uses: Swatinem/rust-cache@v2
48-
- run: cargo miri test
48+
# 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
4951

5052
clippy:
5153
name: Run clippy (Rust nightly)

0 commit comments

Comments
 (0)