Skip to content

Commit

Permalink
Don't run eyeball-im-util tests in miri
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed May 31, 2023
1 parent f9a38e1 commit af832bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
with:
components: miri
- uses: Swatinem/rust-cache@v2
- run: cargo miri test
# Most eyeball-im-util tests are failing right now, due to Vector::retain
# usage which might be unsound: https://github.com/jneem/imbl/issues/59
- run: cargo miri test --workspace --exclude eyeball-im-util

clippy:
name: Run clippy (Rust nightly)
Expand Down

0 comments on commit af832bc

Please sign in to comment.