From 6cb15cb8b7fa32058429c7f8084e4973883ebfdd Mon Sep 17 00:00:00 2001 From: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:20:59 +0530 Subject: [PATCH] Update Makefile Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff82dfd9c52..5d27f958e09 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ GOOS ?= $(shell $(GO) env GOOS) GOARCH ?= $(shell $(GO) env GOARCH) GOCACHE=$(abspath .gocache) GOBUILD=GOCACHE=$(GOCACHE) CGO_ENABLED=0 installsuffix=cgo $(GO) build -trimpath -GOTEST_QUIET=GOCACHE=$(GOCACHE) $(GO) test $(RACE) +GOTEST=gotestsum --format testname --junitfile test-report.xml -- -v $(RACE) GOTEST=$(GOTEST_QUIET) -v GOFMT=gofmt GOFUMPT=gofumpt