Skip to content

Commit 628c0bb

Browse files
committed
TEMP: CI: Use --nocapture for tests
1 parent 14bb090 commit 628c0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
sudo chown $(id -u):$(id -g) ${{ env.CARGO_TARGET_DIR }}
154154
155155
- run: cargo build --tests --workspace
156-
- run: cargo test --workspace
156+
- run: cargo test --workspace -- --nocapture
157157

158158
- run: curl -sL https://github.com/mozilla/grcov/releases/download/v${{ env.GRCOV_VERSION }}/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar xjf -
159159
- run: rustup component add llvm-tools

0 commit comments

Comments
 (0)