From 67981a6b2adb4eb0ba5282a8216b8985c066b216 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Tue, 20 Dec 2022 12:13:07 +0100 Subject: [PATCH] Make insta more verbose --- .taskcluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 7edb7c3c2..906d34a22 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -51,7 +51,7 @@ tasks: pip3 install --quiet pre-commit && pre-commit run -a --show-diff-on-failure && pre-commit run --show-diff-on-failure -c .pre-commit-audit-config.yaml && - cargo test --workspace --verbose --all-features && + cargo test --workspace --verbose --all-features -- --nocapture && cd enums && cargo build --verbose --all-features" metadata: @@ -146,7 +146,7 @@ tasks: - cd rust-code-analysis - git -c advice.detachedHead=false checkout ${head_rev} - git submodule update --init - - cargo test --workspace --verbose --all-features + - cargo test --workspace --verbose --all-features -- --nocapture mounts: - content: url: https://win.rustup.rs/