diff --git a/Dockerfile b/Dockerfile index 0e7b290..6dc9a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY . . RUN go build -o /bin/exclude-prefixes . FROM build as test -CMD go test -test.v ./... -count=100 +CMD go test -test.v ./... -count=10000 FROM test as debug CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./...