fix: ci/cd - test step timeouts #51

Merged
Kichiyaki merged 1 commits from fix/ci-cd-test into master 2024-05-10 04:57:36 +00:00

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