Skip to content

Commit

Permalink
Add Miri flag on Windows & fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-tango-kilo committed Dec 2, 2023
1 parent fbedf44 commit 6881a7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
components: miri
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Ensure compilation & passing tests on all backends
- name: Run Miri tests on all backends
shell: bash
env:
MIRIFLAGS: "-Zmiri-ignore-leaks"
run: |
cargo hack \
--each-feature \
Expand All @@ -54,7 +56,7 @@ jobs:
components: miri
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Ensure compilation & passing tests on all backends
- name: Run Miri tests on all backends
shell: bash
run: |
cargo hack \
Expand Down

0 comments on commit 6881a7f

Please sign in to comment.