From a305525dfc3aed79bd70f08a0a1f8153b7c6ac5f Mon Sep 17 00:00:00 2001 From: brycx Date: Tue, 10 Sep 2024 18:47:52 +0200 Subject: [PATCH] ci: Add missing cargo call --- .github/workflows/lints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 7a2908bd..a2beb9ba 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -26,4 +26,4 @@ jobs: run: cargo clippy -- -D warnings - name: Run cargo clippy on tests - run: clippy --tests -- -D warnings + run: cargo clippy --tests -- -D warnings