Skip to content

Commit 475c62b

Browse files
tommytroentronghnkimtore
committed
chore: add cargo test to Makefile
Co-authored-by: tronghn <[email protected]> Co-authored-by: kimtore <[email protected]>
1 parent 818d1f9 commit 475c62b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: all setup
1+
.PHONY: all setup check
22

33
all:
44
cargo build --release
@@ -7,4 +7,6 @@ setup:
77
[ ! -f .env ] && cp -v .env.example .env
88

99
check:
10-
cargo clippy
10+
cargo clippy
11+
cargo test
12+

0 commit comments

Comments
 (0)