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/