Makefile: add comment about installing cargo-hack above check target.

This commit is contained in:
zero
2024-04-05 11:54:29 +02:00
parent 91bc56bee6
commit 416b236715

View File

@@ -120,6 +120,7 @@ vanityaddr:
fmt:
$(CARGO) fmt --all
# cargo install cargo-hack
check: contracts $(PROOFS_BIN)
RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) hack check --target=$(RUST_TARGET) \
--release --feature-powerset --workspace