From 7f4a605ca510bcbd9bcd537bd762b3c1b4140f09 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 9 Dec 2024 11:59:06 +0100 Subject: [PATCH] check --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f9e0cea..7fdbf21 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -64,10 +64,10 @@ steps: environment: CARGO_HOME: .cargo_home commands: - - rustup component add clippy - - cargo clippy --tests --all-targets --all-features - echo $CARGO_HOME - ls -lah .cargo_home + - rustup component add clippy + - cargo clippy --tests --all-targets --all-features cargo_test: image: *rust_image