From bd452f715af90b5c80a91b6d9ebd505f06aa884f Mon Sep 17 00:00:00 2001 From: Christian Llontop Date: Tue, 16 Apr 2024 14:04:32 -0500 Subject: [PATCH] Update Clippy command in publish workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bfc9a2f..0e3b3b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,11 +32,11 @@ jobs: command: fmt args: --all -- --check - - name: Run clippy + - name: Run Clippy uses: actions-rs/cargo@v1 with: command: clippy - args: --all -- -D warnings + args: --all-features - name: Run Tests uses: actions-rs/cargo@v1