Skip to content

Commit f63c6f6

Browse files
authored
Merge pull request containerd#147 from wllenyj/test-async
ci: add --all-features to cargo test
2 parents 491a448 + 3d6747e commit f63c6f6

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)