Makefile: Modify the 'fix' target to also work on tests.

This commit is contained in:
parazyd
2023-09-11 12:40:36 +02:00
parent 6b49fa6560
commit 4b6d85b340

View File

@@ -83,7 +83,7 @@ clippy: $(PROOFS_BIN) contracts
$(CARGO) clippy --release --all-features --workspace --tests
fix: $(PROOFS_BIN) contracts
$(CARGO) clippy --release --all-features --fix --allow-dirty --workspace
$(CARGO) clippy --release --all-features --fix --allow-dirty --workspace --tests
rustdoc: $(PROOFS_BIN) contracts
$(CARGO) doc --release --all-features --workspace --document-private-items --no-deps