Skip to content

Commit

Permalink
ci: Run miri without cargo hack (#103)
Browse files Browse the repository at this point in the history
This saves a lot of time and extra work.
  • Loading branch information
waywardmonkeys authored Dec 18, 2024
1 parent e7ee2d9 commit 9fde567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
save-if: ${{ github.event_name != 'merge_group' }}

- name: cargo miri
run: cargo hack miri test --locked --target s390x-unknown-linux-gnu --optional-deps --each-feature --ignore-unknown-features --features std
run: cargo miri test --workspace --locked --all-features --target s390x-unknown-linux-gnu --no-fail-fast

doc:
name: cargo doc
Expand Down

0 comments on commit 9fde567

Please sign in to comment.