update Makefile
This commit is contained in:
parent
907c7132f4
commit
84e22e3b9c
3
Makefile
3
Makefile
@ -75,7 +75,8 @@ test_local: | $(GINKGO) $(GOOSE)
|
|||||||
integrationtest_local: | $(GINKGO) $(GOOSE)
|
integrationtest_local: | $(GINKGO) $(GOOSE)
|
||||||
go vet ./...
|
go vet ./...
|
||||||
go fmt ./...
|
go fmt ./...
|
||||||
./scripts/run_intregration_test.sh
|
./scripts/run_integration_test.sh
|
||||||
|
./scripts/run_integration_test_forward_eth_calls.sh
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go fmt ./...
|
go fmt ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user