Skip to content

Commit

Permalink
run test more 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 5bcc32f commit bbb9d4d
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=10
CMD go test -test.v ./... -count=100

FROM test as debug
CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./...
Expand Down

0 comments on commit bbb9d4d

Please sign in to comment.