Merge pull request #3417 from dmcgowan/testing-log-hook

Add unit test logging hook
This commit is contained in:
Michael Crosby
2019-07-16 15:11:12 -04:00
committed by GitHub
17 changed files with 178 additions and 77 deletions

View File

@@ -111,7 +111,7 @@ GO_GCFLAGS=$(shell \
BINARIES=$(addprefix bin/,$(COMMANDS))
# Flags passed to `go test`
TESTFLAGS ?= -v $(TESTFLAGS_RACE)
TESTFLAGS ?= $(TESTFLAGS_RACE)
TESTFLAGS_PARALLEL ?= 8
.PHONY: clean all AUTHORS build binaries test integration generate protos checkprotos coverage ci check help install uninstall vendor release mandir install-man