Skip to content

Commit

Permalink
chore: make build with release (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG authored Aug 12, 2023
1 parent fa5d114 commit ad28be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ check:
cargo audit

build:
cargo build
cargo build --release

test:
cargo test --all --all-features --lib -- --nocapture
Expand Down

0 comments on commit ad28be8

Please sign in to comment.