Skip to content

Commit 399f782

Browse files
authored
add all cargo tasks to the test target (#14)
Signed-off-by: Cyrill Leutwiler <[email protected]>
1 parent ae1174f commit 399f782

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ format:
66
clippy:
77
cargo clippy --all-features --workspace -- --deny warnings
88

9-
test:
10-
cargo test --workspace -- --nocapture
11-
129
machete:
1310
cargo install cargo-machete
1411
cargo machete
12+
13+
test: format clippy machete
14+
cargo test --workspace -- --nocapture
15+

0 commit comments

Comments
 (0)