Skip to content

Commit 0b02291

Browse files
committed
ci: turn clippy warnings into errors
Signed-off-by: Sergio Lopez <[email protected]>
1 parent 5fae96c commit 0b02291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
run: cargo fmt -- --check
3939

4040
- name: Clippy (all features)
41-
run: cargo clippy --all-targets --all-features
41+
run: cargo clippy --all-targets --all-features -- -D warnings

0 commit comments

Comments
 (0)