diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,7 +11,9 @@ lint: .PHONY: test test: - CGO_ENABLED=1 go test -race -coverprofile=cover.out ./... + CGO_ENABLED=1 go test -coverprofile=cover.out -failfast -race \ + -timeout=1m \ + ./... go tool cover -html=cover.out -o cover.html .PHONY: pre-push |
