From 491722bf0f80fb87214bbbfa0616fae035700675 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 25 Feb 2024 10:59:16 -0500 Subject: [PATCH] ci: update clippy tests --- .woodpecker/cargo-checks.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.woodpecker/cargo-checks.yml b/.woodpecker/cargo-checks.yml index f65f227..3822312 100644 --- a/.woodpecker/cargo-checks.yml +++ b/.woodpecker/cargo-checks.yml @@ -6,9 +6,11 @@ when: steps: cargo_clippy: image: rust - commands: - - cargo clippy + commands: | + rustup update stable && rustup default stable + rustup component add clippy + cargo clippy --all-targets --all-features cargo_test: - image: rustlang/rust + image: rust commands: - cargo test