mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 12:16:25 +00:00
Add -Zmiri-isolation-error=warn
miri flag
`-Zmiri-disable-isolation` can't be used since `insta` eventually ends up calling `pipe2`, which currently doesn't have a shim in miri.
This commit is contained in:
parent
8eadaf35dc
commit
95d5fc2211
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -67,6 +67,8 @@ jobs:
|
|||
miri:
|
||||
name: "Miri"
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
MIRIFLAGS: "-Zmiri-isolation-error=warn"
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Miri
|
||||
|
|
Loading…
Reference in a new issue