add test-solidity to github actions, create test script (#510)

This commit is contained in:
noot
2020-09-18 12:50:08 -04:00
committed by GitHub
parent 517de55720
commit 248bcc3008
4 changed files with 84 additions and 1 deletions
+5 -1
View File
@@ -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