forked from cerc-io/laconicd-deprecated
add test-solidity to github actions, create test script (#510)
This commit is contained in:
@@ -292,7 +292,11 @@ test-sim-multi-seed-short: runsim
|
||||
@echo "Running multi-seed application simulation. This may take awhile!"
|
||||
@$(BINDIR)/runsim -Jobs=4 -SimAppPkg=$(SIMAPP) -ExitOnFail 50 10 TestFullAppSimulation
|
||||
|
||||
.PHONY: test test-unit test-race test-import test-rpc test-contract
|
||||
test-solidity:
|
||||
@echo "Beginning solidity tests..."
|
||||
./scripts/run-solidity-tests.sh
|
||||
|
||||
.PHONY: test test-unit test-race test-import test-rpc test-contract test-solidity
|
||||
|
||||
.PHONY: test-sim-nondeterminism test-sim-custom-genesis-fast test-sim-import-export test-sim-after-import \
|
||||
test-sim-custom-genesis-multi-seed test-sim-multi-seed-long test-sim-multi-seed-short
|
||||
|
||||
Reference in New Issue
Block a user