add warning flag to clippy command in CI workflow

This commit is contained in:
monosans
2026-01-08 20:26:19 +03:00
parent f21407a93d
commit ff5cbd6cd0
+1 -1
View File
@@ -417,7 +417,7 @@ jobs:
target: ${{ matrix.target }}
components: clippy
cache-key: x86_64-unknown-linux-gnu
- run: cargo +beta clippy ${{ matrix.features }}
- run: cargo +beta clippy ${{ matrix.features }} -- -Dwarnings
pre-commit:
runs-on: ubuntu-24.04
steps: