From 98361f3ae0d8d4990b69954de73507a83b1cef36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Fri, 10 May 2024 04:57:35 +0000 Subject: [PATCH] fix: ci/cd - test step timeouts (#51) Reviewed-on: https://gitea.dwysokinski.me/twhelp/core/pulls/51 --- .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