Direct proxy fallthrough #132
5
Makefile
5
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 ./...
|
||||||
@ -144,4 +145,4 @@ import:
|
|||||||
## Build docker image
|
## Build docker image
|
||||||
.PHONY: docker-build
|
.PHONY: docker-build
|
||||||
docker-build:
|
docker-build:
|
||||||
docker build -t vulcanize/ipld-eth-server .
|
docker build -t vulcanize/ipld-eth-server .
|
||||||
|
Loading…
Reference in New Issue
Block a user