Skip to content

Commit 3d6747e

Browse files
committed
ci: add --all-features to cargo test
Asynchronous features testing is required. Signed-off-by: wllenyj <wllenyj@linux.alibaba.com>
1 parent 499d5e5 commit 3d6747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build: debug
2121

2222
.PHONY: test
2323
test:
24-
cargo test --verbose
24+
cargo test --all-features --verbose
2525

2626
.PHONY: check
2727
check:

0 commit comments

Comments
 (0)