Skip to content

Commit 4a8c15c

Browse files
committed
CI: Fix cargo clippy test
Signed-off-by: Gris Ge <[email protected]>
1 parent 4f5da61 commit 4a8c15c

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)