diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ .PHONY: all install all: - CGO_ENABLED=1 go test -race -failfast ./... + CGO_ENABLED=1 go test -race -failfast -coverprofile=cover.out ./... + go tool cover -html=cover.out -o cover.out install: go install ./cmd/gotp |
