fix(ci): update clippy command to check all targets for improved linting

This commit is contained in:
monosans
2026-03-12 11:00:05 +03:00
parent bf8dfcc7a8
commit 3469f732c1
+1 -1
View File
@@ -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: