chore: added code formating target (#8)

Makefile: added code formating target

Co-authored-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Chris
2024-05-03 05:36:07 -04:00
committed by GitHub
parent 336fc63f1d
commit c547a9ef78
+5 -2
View File
@@ -1,4 +1,4 @@
.PHONY: install test test-solidity test-cli test-integration clean
.PHONY: install format test test-solidity test-cli test-integration clean
install: install-bin install-npm
@@ -8,7 +8,10 @@ install-bin:
install-npm:
npm install && npm fund
test: install test-integration test-cli test-solidity
format:
cargo fmt --all --check
test: format install test-integration test-cli test-solidity
test-integration: install-bin
cargo test --package revive-integration