Skip to content

Commit 56bcb21

Browse files
committed
CI: treat cargo clippy warning as error
Signed-off-by: Gris Ge <fge@redhat.com>
1 parent 7e371c8 commit 56bcb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy-rustfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: cargo fmt --all -- --check
2929

3030
- name: clippy
31-
run: cargo clippy
31+
run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)