From 1fbbacc564db0d14d2a8af20962696cfaf372b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Fri, 10 May 2024 06:48:26 +0200 Subject: [PATCH] fix: ci/cd - test step timeouts --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1