diff --git a/Makefile b/Makefile index f4a13388..c5e8961c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ check: cargo audit build: - cargo build + cargo build --release test: cargo test --all --all-features --lib -- --nocapture