Refactor: use gotestsum for CircleCI (#377)

This commit is contained in:
Hidetake Iwata
2020-10-25 12:47:32 +09:00
committed by GitHub
parent b701a6f0aa
commit 8a392ba25a
3 changed files with 5 additions and 10 deletions

View File

@@ -13,10 +13,6 @@ all: $(TARGET)
$(TARGET): $(wildcard **/*.go)
go build -o $@ -ldflags "$(LDFLAGS)"
.PHONY: check
check:
go test -v -race -cover -coverprofile=coverage.out ./... > gotest.log
.PHONY: dist
dist: dist/output
dist/output: