X Tutup
Skip to content

Commit 79d04de

Browse files
committed
Make integration a bit more verbose
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
1 parent b2d9db2 commit 79d04de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GO_TAGS=$(if $(BUILDTAGS),-tags "$(BUILDTAGS)",)
4444
GO_LDFLAGS=-ldflags "-X $(PKG)/version.Version=$(VERSION) -X $(PKG)/version.Revision=$(REVISION) -X $(PKG)/version.Package=$(PKG) $(EXTRA_LDFLAGS)"
4545

4646
# Flags passed to `go test`
47-
TESTFLAGS ?=-parallel 8 -race
47+
TESTFLAGS ?=-parallel 8 -race -v
4848

4949
.PHONY: clean all AUTHORS fmt vet lint dco build binaries test integration setup generate protos checkprotos coverage ci check help install uninstall vendor release
5050
.DEFAULT: default

0 commit comments

Comments
 (0)
X Tutup