diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ lint: .PHONY: test test: - CGO_ENABLED=1 go test -failfast -timeout=1m -race \ + CGO_ENABLED=1 go test -failfast -timeout=1m -race -short -v \ -coverprofile=$(COVER_OUT) ./... go tool cover -html=$(COVER_OUT) -o $(COVER_HTML) |
