diff --git a/Makefile b/Makefile index 0e17acc..2846b24 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ format: test: @echo "--> Running tests" - @go test -v ./... + @go test -v ./... -count=1 @$(MAKE) vet coverage: