sdk: Enable halo2_gadgets dev feature used for constants tests.

This commit is contained in:
parazyd
2023-08-29 21:58:58 +02:00
parent b72660860c
commit 31a5f28d66
3 changed files with 83 additions and 5 deletions

View File

@@ -77,19 +77,19 @@ fmt:
$(CARGO) fmt
check: $(PROOFS_BIN) contracts
$(CARGO) hack check --release --feature-powerset --all
$(CARGO) hack check --release --feature-powerset --workspace
clippy: $(PROOFS_BIN) contracts
$(CARGO) clippy --release --all-features --all --tests
$(CARGO) clippy --release --all-features --workspace --tests
fix: $(PROOFS_BIN) contracts
$(CARGO) clippy --release --all-features --fix --allow-dirty --all
$(CARGO) clippy --release --all-features --fix --allow-dirty --workspace
rustdoc: $(PROOFS_BIN) contracts
$(CARGO) doc --release --all-features --workspace --document-private-items --no-deps
test: $(PROOFS_BIN) contracts
$(CARGO) test --release --all-features --all
$(CARGO) test --release --all-features --workspace
coverage: $(PROOFS_BIN) contracts
$(CARGO) llvm-cov --release --all-features --workspace --html