Skip to content

Commit 454b0bd

Browse files
committed
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
1 parent 486fe7e commit 454b0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v3
6060
- uses: dtolnay/rust-toolchain@miri
61+
- run: cargo miri setup
6162
- run: cargo miri test
6263
env:
6364
MIRIFLAGS: -Zmiri-strict-provenance

0 commit comments

Comments
 (0)