fix: ci/cd - test step timeouts
All checks were successful
ci/woodpecker/pr/govulncheck Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

This commit is contained in:
Dawid Wysokiński 2024-05-10 06:48:26 +02:00
parent 08a7f0c504
commit 1fbbacc564
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892

View File

@ -39,7 +39,7 @@ steps:
TESTS_RABBITMQ_CONNECTION_STRING:
amqp://twhelp:twhelp@rmq:5672/
commands:
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- go test -parallel 2 -race -coverprofile=coverage.txt -covermode=atomic ./...
lint:
image: golangci/golangci-lint:v1.58