From 406781570c80e1bee87feb30398c225e66917c0d Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Thu, 27 Apr 2023 23:35:08 +0200 Subject: [PATCH] Fix fmt --- .woodpecker.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index e49b619..78a9d72 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,6 +15,9 @@ pipeline: - fedimovies-config/**/*.rs - fedimovies-models/**/*.rs - fedimovies-utils/**/*.rs + environment: + - CARGO_TERM_COLOR=always + - CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse commands: - rustup default $RUST - rustup component add rustfmt @@ -32,6 +35,9 @@ pipeline: - fedimovies-config/**/*.rs - fedimovies-models/**/*.rs - fedimovies-utils/**/*.rs + environment: + - CARGO_TERM_COLOR=always + - CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse commands: - rustup default $RUST - rustup component add clippy @@ -51,6 +57,7 @@ pipeline: - fedimovies-utils/**/*.rs environment: - CARGO_TERM_COLOR=always + - CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse commands: - rustup default $RUST - cargo test --all -- --nocapture