Skip to content

Commit

Permalink
just test lib with miri
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Nov 16, 2023
1 parent 3df0aaa commit 6bade3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ jobs:
cargo +nightly miri setup
- name: Default features
run: cargo +nightly miri test
run: cargo +nightly miri test --lib

- name: BE
run: cargo +nightly miri test --target s390x-unknown-linux-gnu
run: cargo +nightly miri test --target s390x-unknown-linux-gnu --lib

clippy:
name: Build / Clippy
Expand Down

0 comments on commit 6bade3a

Please sign in to comment.