add all cargo tasks to the test target (#14)

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-05-15 13:15:50 +02:00
committed by GitHub
parent ae1174febe
commit 399f7820cd
+4 -3
View File
@@ -6,9 +6,10 @@ format:
clippy:
cargo clippy --all-features --workspace -- --deny warnings
test:
cargo test --workspace -- --nocapture
machete:
cargo install cargo-machete
cargo machete
test: format clippy machete
cargo test --workspace -- --nocapture