From e146ec6647f89899f6534ed0d0113c73c77a7c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Wed, 2 Oct 2019 15:48:43 +0200 Subject: [PATCH] Verbose test output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ee4640..640a0bd 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ build: deps CGO_ENABLED=0 $(GOBUILD) -o $(BUILD_DIR)/$(BINARY_NAME) -v test: build - $(GOTEST) -race -coverprofile=$(TMP_DIR)/c.out ./... + $(GOTEST) -v -race -coverprofile=$(TMP_DIR)/c.out ./... coverage: test mkdir -p $(OUTPUT_DIR)