diff --git a/Makefile b/Makefile index 180eb66..e0977c3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: - go test -race -v -timeout 1m -count=3 ./... + go test -race -v -timeout 1m -count=6 ./... coverage: go test -race -v -timeout 1m -coverprofile=coverage.out -covermode=atomic ./... \ No newline at end of file