mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-15 12:41:08 +00:00
chore: added code formating target (#8)
Makefile: added code formating target Co-authored-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -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
|
install: install-bin install-npm
|
||||||
|
|
||||||
@@ -8,7 +8,10 @@ install-bin:
|
|||||||
install-npm:
|
install-npm:
|
||||||
npm install && npm fund
|
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
|
test-integration: install-bin
|
||||||
cargo test --package revive-integration
|
cargo test --package revive-integration
|
||||||
|
|||||||
Reference in New Issue
Block a user