Remove dapptools and update test readme to use stack-orchestrator

This commit is contained in:
2022-05-05 14:34:09 +05:30
parent 76986d9497
commit a141d154b7
9 changed files with 117 additions and 72 deletions
-8
View File
@@ -71,14 +71,6 @@ test_local: | $(GINKGO) $(GOOSE)
go fmt ./...
./scripts/run_unit_test.sh
.PHONY: integrationtest_local
integrationtest_local: | $(GINKGO) $(GOOSE)
go vet ./...
go fmt ./...
./scripts/run_integration_test.sh
./scripts/run_integration_test_forward_eth_calls.sh
./scripts/run_integration_test_watched_address_gap_filler.sh
build:
go fmt ./...
GO111MODULE=on go build