mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
Makefile: Modify the 'fix' target to also work on tests.
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user