diff --git a/Makefile b/Makefile index 2face6d..b9a6780 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ build: deps go build test: - go test -coverprofile=coverage.out - go tool cover -html=coverage.out -o coverage.html + go test -coverprofile=coverage.out; go tool cover -html=coverage.out -o coverage.html go vet golint