fix: clippy in CI not erro'ing on warnings

This commit is contained in:
Corentin LIAUD
2025-12-22 19:32:22 +01:00
parent 1564e99aa7
commit 4193779cd4

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup component add clippy
- name: Run clippy
run: cargo clippy --all-features
run: cargo clippy --all-features -- -Dwarnings
fmt:
name: "fmt"