mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-07 08:28:06 +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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user