Skip to content

Commit f038c3d

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/clippy-rustfmt.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: cargo fmt --all -- --check
2929

3030
- name: clippy-tokio-socket
31-
run: cargo clippy
31+
run: cargo clippy -- -D warnings
3232

3333
- name: clippy-smol-socket
34-
run: cargo clippy --no-default-features --features smol_socket
34+
run: >
35+
cargo clippy --no-default-features
36+
--features smol_socket -- -D warnings

0 commit comments

Comments
 (0)