Skip to content

Commit

Permalink
run test 10000 times
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Oct 9, 2023
1 parent 3dd2a6d commit bf88f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit bf88f39

Please sign in to comment.