Skip to content

Commit d754290

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

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)