Verbose test output
This commit is contained in:
@@ -19,7 +19,7 @@ build: deps
|
|||||||
CGO_ENABLED=0 $(GOBUILD) -o $(BUILD_DIR)/$(BINARY_NAME) -v
|
CGO_ENABLED=0 $(GOBUILD) -o $(BUILD_DIR)/$(BINARY_NAME) -v
|
||||||
|
|
||||||
test: build
|
test: build
|
||||||
$(GOTEST) -race -coverprofile=$(TMP_DIR)/c.out ./...
|
$(GOTEST) -v -race -coverprofile=$(TMP_DIR)/c.out ./...
|
||||||
|
|
||||||
coverage: test
|
coverage: test
|
||||||
mkdir -p $(OUTPUT_DIR)
|
mkdir -p $(OUTPUT_DIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user