Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 16017d1

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 a65b7e8 commit 16017d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v3
8080
- uses: dtolnay/rust-toolchain@miri
81+
- run: cargo miri setup
8182
- run: cargo miri test
8283
env:
8384
MIRIFLAGS: -Zmiri-strict-provenance

0 commit comments

Comments
 (0)