فهرست منبع

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

parazyd 2 سال پیش
والد
کامیت
4b6d85b340
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Makefile

+ 1 - 1
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