Skip to content

Commit

Permalink
ci: test with --release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Oct 12, 2024
1 parent 81d0be5 commit 65b3714
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
@@ -1,10 +1,13 @@
default: integration

integration: check-fmt check clippy test run-example
integration: check-fmt check clippy test test-release run-example

test:
cargo test --all ${TEST_ARGS} -- --nocapture

test-release:
cargo test --release --all ${TEST_ARGS} -- --nocapture

clippy:
cargo clippy --all --all-targets

Expand Down

0 comments on commit 65b3714

Please sign in to comment.