Skip to content

Commit 0c22109

Browse files
committed
cargo.mk:cargo-t-tok:cargo-t-async
1 parent 1015d05 commit 0c22109

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cargo.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ cargo-bench:### cargo-bench
5656
@. $(HOME)/.cargo/env
5757
@cargo bench
5858

59-
cargo-tt:cargo-test-tokio
59+
cargo-t-tok:cargo-test-tokio
6060
cargo-test-tokio:
61-
## cargo tt
61+
## cargo-t-tok
6262
@. $(HOME)/.cargo/env && cargo test --no-default-features --features tokio
6363

64-
cargo-ts:cargo-test-async-std### cargo-ts
64+
cargo-t-async:cargo-test-async-std### cargo-t-async
6565
cargo-test-async-std:### cargo-test-async-std
66-
## cargo ts
66+
## cargo t-async
6767
@. $(HOME)/.cargo/env && cargo test --no-default-features --features async-std
6868

6969
cargo-jits:### cargo-jits

0 commit comments

Comments
 (0)