Skip to content

Commit 5110cd2

Browse files
committed
fix Makefile
1 parent 0c1ae07 commit 5110cd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ test: export RUST_BACKTRACE := full
88
test:
99
RUSTFLAGS='-F warnings' cargo test --all --all-features
1010

11-
ci: fmt clippy example test
11+
ci: fmt clippy test
1212
git diff --exit-code Cargo.lock
13+
14+
.PHONY: fmt clippy test ci

0 commit comments

Comments
 (0)