mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 15:11:02 +00:00
@@ -1,4 +1,4 @@
|
||||
.PHONY: install format test test-solidity test-cli test-integration clean
|
||||
.PHONY: install format test test-solidity test-cli test-integration test-workspace clean
|
||||
|
||||
install: install-bin install-npm
|
||||
|
||||
@@ -11,7 +11,8 @@ install-npm:
|
||||
format:
|
||||
cargo fmt --all --check
|
||||
|
||||
test: format install test-integration test-cli test-solidity
|
||||
test: format install test-cli test-workspace
|
||||
cargo test --workspace
|
||||
|
||||
test-integration: install-bin
|
||||
cargo test --package revive-integration
|
||||
@@ -19,6 +20,9 @@ test-integration: install-bin
|
||||
test-solidity: install
|
||||
cargo test --package revive-solidity
|
||||
|
||||
test-workspace: install
|
||||
cargo test --workspace
|
||||
|
||||
test-cli: install
|
||||
npm run test:cli
|
||||
|
||||
|
||||
Reference in New Issue
Block a user