From 84e22e3b9c72a94a86fdfb887be70b1344d5411b Mon Sep 17 00:00:00 2001 From: i-norden Date: Wed, 29 Dec 2021 14:58:29 -0600 Subject: [PATCH] update Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3da04bf9..6cecdaa5 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,8 @@ test_local: | $(GINKGO) $(GOOSE) integrationtest_local: | $(GINKGO) $(GOOSE) go vet ./... go fmt ./... - ./scripts/run_intregration_test.sh + ./scripts/run_integration_test.sh + ./scripts/run_integration_test_forward_eth_calls.sh build: go fmt ./... @@ -144,4 +145,4 @@ import: ## Build docker image .PHONY: docker-build docker-build: - docker build -t vulcanize/ipld-eth-server . \ No newline at end of file + docker build -t vulcanize/ipld-eth-server .