We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524449d commit 67981a6Copy full SHA for 67981a6
.taskcluster.yml
@@ -51,7 +51,7 @@ tasks:
51
pip3 install --quiet pre-commit &&
52
pre-commit run -a --show-diff-on-failure &&
53
pre-commit run --show-diff-on-failure -c .pre-commit-audit-config.yaml &&
54
- cargo test --workspace --verbose --all-features &&
+ cargo test --workspace --verbose --all-features -- --nocapture &&
55
cd enums &&
56
cargo build --verbose --all-features"
57
metadata:
@@ -146,7 +146,7 @@ tasks:
146
- cd rust-code-analysis
147
- git -c advice.detachedHead=false checkout ${head_rev}
148
- git submodule update --init
149
- - cargo test --workspace --verbose --all-features
+ - cargo test --workspace --verbose --all-features -- --nocapture
150
mounts:
151
- content:
152
url: https://win.rustup.rs/
0 commit comments