diff --git a/Makefile b/Makefile
index 29625e657..cf2095ec0 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