From a26b08587615c7a1f6ef71970484aa0ea40b24a0 Mon Sep 17 00:00:00 2001 From: quietvoid <39477805+quietvoid@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:40:47 -0400 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc8e42..4d3fdd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: - name: Clippy run: | - cargo clippy --workspace --all-features --all-targets --tests -- --deny warnings --verbose + cargo clippy --workspace --all-features --all-targets --tests -- --deny warnings