Skip to content

Commit

Permalink
add clean job in Makefile (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoUkaegbu committed Aug 17, 2024
1 parent fcf14ca commit 1731766
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ unit-test: doc-test
cargo test --no-fail-fast --lib --all-features --workspace

test: doc-test
cargo test --no-fail-fast --all-targets --all-features --workspace
cargo test --no-fail-fast --all-targets --all-features --workspace

clean:
cargo clean

0 comments on commit 1731766

Please sign in to comment.