eth-statediff-service/Makefile

13 lines
196 B
Makefile
Raw Normal View History

2020-11-09 18:19:31 +00:00
## Build docker image
.PHONY: docker-build
docker-build:
2022-09-21 15:55:17 +00:00
docker build -t cerc-io/eth-statediff-service .
.PHONY: test
test: | $(GOOSE)
go test -p 1 ./pkg/... -v
build:
go fmt ./...
go build