Skip to content

Commit 8beb52e

Browse files
committed
Tiny fix
1 parent 8b121c3 commit 8beb52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ all:
33

44
.PHONY: test
55
test:
6-
cargo test --all-features
6+
cargo test --all-features
77

88
.PHONY: lint
99
lint:

0 commit comments

Comments
 (0)