We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaf713 commit 8167041Copy full SHA for 8167041
s3/Makefile
@@ -1,7 +1,7 @@
1
test-all: fmt-check async-all sync-all
2
async-all: tokio async-std
3
sync-all: sync-nativetls sync-rustlstls sync-nossl
4
-ci: clippy fmt-check tokio-not-ignored async-std-test-not-ignored
+ci: clippy fmt-check
5
6
clippy: tokio-clippy async-std-clippy sync-clippy
7
tokio-clippy: tokio-nativetls-clippy tokio-nossl-clippy tokio-noverify-clippy tokio-rustlstls-clippy
0 commit comments