2
0
Fork 0
mirror of https://github.com/simonask/libyaml-safer synced 2025-03-09 09:17:21 +00:00

Show error details during miri setup in CI

Without this, if it fails, the only information printed is useless:

    Preparing a sysroot for Miri (target: x86_64-unknown-linux-gnu)...
    fatal error: failed to build sysroot; run `cargo miri setup` to see the error details
This commit is contained in:
David Tolnay 2023-05-23 08:29:47 -07:00
parent 712a45f788
commit 202e66fb9d
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -66,6 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri setup
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-disable-isolation -Zmiri-strict-provenance