diff --git a/.taskcluster.yml b/.taskcluster.yml index 7edb7c3c2..26d6c9a34 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -44,6 +44,7 @@ tasks: rustup toolchain install nightly && curl -L https://github.com/est31/cargo-udeps/releases/download/v0.1.35/cargo-udeps-v0.1.35-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/cargo/bin --strip-components 2 && curl -L https://github.com/rustsec/rustsec/releases/download/cargo-audit%2Fv0.16.0/cargo-audit-x86_64-unknown-linux-musl-v0.16.0.tgz | tar xzv -C /usr/local/cargo/bin --strip-components 1 && + cargo install cargo-insta && git clone --quiet ${repository} && cd rust-code-analysis && git -c advice.detachedHead=false checkout ${head_rev} && @@ -51,7 +52,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: @@ -142,11 +143,12 @@ tasks: - set PATH=%LIB_PATH%;%PATH% - rustup-init -yv --default-toolchain stable ^ --default-host x86_64-pc-windows-msvc + - cargo install cargo-insta - git clone --quiet ${repository} - 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/