Updated miri action to a new syntax
This commit is contained in:
parent
5dd3969cc3
commit
e7d3f0173b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/miri.yml
vendored
2
.github/workflows/miri.yml
vendored
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
components: miri
|
||||
|
||||
- name: run miri
|
||||
run: cargo +nightly miri test --many-seeds=0..8
|
||||
run: MIRIFLAGS=-Zmiri-many-seeds=0..8 cargo +nightly miri test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue