From 498877e378fd7ac579da24fb6eac642e0f225eca Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Fri, 6 Oct 2023 15:06:36 +0300 Subject: [PATCH] [#58] makefile: Disable test results caching Signed-off-by: Dmitrii Stepanov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ceea25..e421213 100755 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ protoc: # Run Unit Test with go test test: @echo "⇒ Running go test" - @GO111MODULE=on go test ./... + @GO111MODULE=on go test ./... -count=1 # Run linters lint: