Skip to content

Commit 70a60c2

Browse files
committed
Fix CI
Signed-off-by: Gris Ge <[email protected]>
1 parent 6b80ce7 commit 70a60c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: cargo test
2626

2727
- name: Test with tokio feature
28-
run: cargo test --feature tokio_socket
28+
run: cargo test --features tokio_socket
2929

3030
- name: Test with smol_socket feature
31-
run: cargo test --feature smol_socket
31+
run: cargo test --features smol_socket

0 commit comments

Comments
 (0)