From 89763244f3659464586d641d64ac252d9d2f2b95 Mon Sep 17 00:00:00 2001 From: ddusichka <78527291+ddusichka@users.noreply.github.com> Date: Sun, 8 Sep 2024 23:36:07 -0400 Subject: [PATCH] fix lint timeout --- .github/workflows/backend-lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-lint.yaml b/.github/workflows/backend-lint.yaml index d1b49a97..2b3946a2 100644 --- a/.github/workflows/backend-lint.yaml +++ b/.github/workflows/backend-lint.yaml @@ -31,7 +31,8 @@ jobs: with: version: latest working-directory: ./backend/ - + args: --timeout=5m + backend-tests: name: Run backend-tests runs-on: ubuntu-latest @@ -46,4 +47,3 @@ jobs: run: | cd backend go test ./... -