From 597cbec45641b3bc0e5e8a7164f2da584737c118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Pa=C3=9F?= <22845248+mpass99@users.noreply.github.com> Date: Sun, 3 Apr 2022 18:16:39 +0200 Subject: [PATCH] Fix golangci-lint timeout error --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3589fc0..9a26701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: uses: golangci/golangci-lint-action@v2.5.2 with: version: latest + args: --timeout=3m test: runs-on: ubuntu-latest