Skip to content

Commit cd12fd7

Browse files
committed
chore: Use clippy in Makefile
1 parent 37895b7 commit cd12fd7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: fmt build test
1+
all: fmt build test clippy
22

33
build:
44
cargo build
@@ -9,6 +9,9 @@ test:
99
fmt:
1010
cargo fmt
1111

12+
clippy:
13+
cargo clippy -- -Dwarnings
14+
1215
watch:
1316
nodemon -e rs -x "cargo test"
1417

0 commit comments

Comments
 (0)