Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ release-all: test
.PHONY: test
test: setup
SKIP_PROTO_GEN=1 RUST_LOG=off,bd_panic=error RUST_BACKTRACE=1 cargo test --profile ci-test --workspace
SKIP_PROTO_GEN=1 cargo build --profile ci-test --workspace
SKIP_PROTO_GEN=1 cargo nextest run --cargo-profile ci-test --workspace

.PHONY: clippy
clippy: setup
Expand Down
Loading