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 1015d05 commit 0c22109Copy full SHA for 0c22109
cargo.mk
@@ -56,14 +56,14 @@ cargo-bench:### cargo-bench
56
@. $(HOME)/.cargo/env
57
@cargo bench
58
59
-cargo-tt:cargo-test-tokio
+cargo-t-tok:cargo-test-tokio
60
cargo-test-tokio:
61
-## cargo tt
+## cargo-t-tok
62
@. $(HOME)/.cargo/env && cargo test --no-default-features --features tokio
63
64
-cargo-ts:cargo-test-async-std### cargo-ts
+cargo-t-async:cargo-test-async-std### cargo-t-async
65
cargo-test-async-std:### cargo-test-async-std
66
-## cargo ts
+## cargo t-async
67
@. $(HOME)/.cargo/env && cargo test --no-default-features --features async-std
68
69
cargo-jits:### cargo-jits
0 commit comments