From 3469f732c1f81ef4e3a7f8fda8ea1b7a7809f212 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 12 Mar 2026 11:00:05 +0300 Subject: [PATCH] fix(ci): update clippy command to check all targets for improved linting --- .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 cb47986..17e7835 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -465,7 +465,7 @@ jobs: target: ${{ matrix.target }} components: clippy cache-key: x86_64-unknown-linux-gnu - - run: cargo +beta clippy --target ${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings + - run: cargo +beta clippy --all-targets ${{ matrix.features }} -- -Dwarnings pre-commit: runs-on: ubuntu-24.04 steps: