diff --git a/Makefile b/Makefile index 2c082cea..bf4cf3cf 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,8 @@ build: lint .PHONY: test test: - go test -v ./... + go test -v ./... -coverprofile cover.out -race + go tool cover -func cover.out .PHONY: bootstrap bootstrap: