We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b80ce7 commit 70a60c2Copy full SHA for 70a60c2
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
run: cargo test
26
27
- name: Test with tokio feature
28
- run: cargo test --feature tokio_socket
+ run: cargo test --features tokio_socket
29
30
- name: Test with smol_socket feature
31
- run: cargo test --feature smol_socket
+ run: cargo test --features smol_socket
0 commit comments