eth-statediff-service/Makefile

9 lines
166 B
Makefile
Raw Normal View History

2020-11-09 18:19:31 +00:00
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/eth-statediff-service .
.PHONY: test
test: | $(GOOSE)
go test -p 1 ./pkg/... -v