diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 5ef0c85..b389373 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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