Skip to content

Commit

Permalink
skip some tests in miri
Browse files Browse the repository at this point in the history
  • Loading branch information
asmello committed Jul 1, 2024
1 parent eba7bc9 commit 05895a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
toolchain: ${{ env.NIGHTLY }}
components: miri
- name: cargo miri test
run: cargo miri test
run: cargo miri test -- --skip pointer::tests::qc
env:
MIRIFLAGS: ""

0 comments on commit 05895a8

Please sign in to comment.