From 2c10a63bf55931961d40059e1d3c2a7c32732e7f Mon Sep 17 00:00:00 2001 From: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:37:39 +0530 Subject: [PATCH] Update Makefile Signed-off-by: Harshvir Potpose <122517264+akagami-harsh@users.noreply.github.com> --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5d27f958e09..4ce6ed6fc59 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ 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=gotestsum --format testname --junitfile test-report.xml -- -v $(RACE) GOTEST=$(GOTEST_QUIET) -v GOFMT=gofmt GOFUMPT=gofumpt