Skip to content

Commit

Permalink
Make sure we pass Miri without the nightly feature too
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Oct 3, 2024
1 parent 0024f03 commit f50a3e4
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 @@ -54,4 +54,6 @@ jobs:
rustup override set nightly
cargo miri setup
- name: Test with Miri
run: cargo miri test --features nightly
run: |
cargo miri test
cargo miri test --features nightly

0 comments on commit f50a3e4

Please sign in to comment.