diff --git a/Makefile b/Makefile index b4a462b..32f43cb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ unit-test-fast: go test -race -count 100 -timeout 30s -short ./internal/... unit-test-slow: - go test -race -count 10 -timeout 150s -run Slow ./internal/... + go test -race -timeout 150s -run Slow ./internal/... integration-test: go test -v ./cmd/...