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: