Verbose test output

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-10-02 15:48:43 +02:00
parent 9496f977d2
commit e146ec6647
+1 -1
View File
@@ -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)