From 0fc494637f83ec51382c2faf460ef44147bd8859 Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Thu, 18 May 2023 12:21:12 +0300 Subject: [PATCH] [#367] node: Disable unit tests cache Signed-off-by: Dmitrii Stepanov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29625e65..cf2095ec 100755 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ imports: # Run Unit Test with go test test: @echo "⇒ Running go test" - @go test ./... + @go test ./... -count=1 pre-commit-run: @pre-commit run -a --hook-stage manual