From c7387a3b28cef8f8c6f3efe83562360e722f743a Mon Sep 17 00:00:00 2001 From: qpismont Date: Fri, 12 Jun 2026 19:57:28 +0000 Subject: [PATCH] Fix tests job --- .woodpecker/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/tests.yml b/.woodpecker/tests.yml index c004f82..b151ff1 100644 --- a/.woodpecker/tests.yml +++ b/.woodpecker/tests.yml @@ -1,12 +1,12 @@ when: event: - push - - pull_request steps: - name: clippy image: rust:1.96 commands: + - rustup component add clippy - cargo clippy - name: test