Skip to content

Commit 67981a6

Browse files
committed
Make insta more verbose
1 parent 524449d commit 67981a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.taskcluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tasks:
5151
pip3 install --quiet pre-commit &&
5252
pre-commit run -a --show-diff-on-failure &&
5353
pre-commit run --show-diff-on-failure -c .pre-commit-audit-config.yaml &&
54-
cargo test --workspace --verbose --all-features &&
54+
cargo test --workspace --verbose --all-features -- --nocapture &&
5555
cd enums &&
5656
cargo build --verbose --all-features"
5757
metadata:
@@ -146,7 +146,7 @@ tasks:
146146
- cd rust-code-analysis
147147
- git -c advice.detachedHead=false checkout ${head_rev}
148148
- git submodule update --init
149-
- cargo test --workspace --verbose --all-features
149+
- cargo test --workspace --verbose --all-features -- --nocapture
150150
mounts:
151151
- content:
152152
url: https://win.rustup.rs/

0 commit comments

Comments
 (0)