diff --git a/Makefile b/Makefile index 17bed62..84e18a9 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT # Run tests test: - @go test ./... -cover + @go test ./... -cover -count=1 # Pull go dependencies dep: