Skip to content

Commit

Permalink
fix lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ddusichka committed Sep 9, 2024
1 parent 6097dc8 commit 8976324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
with:
version: latest
working-directory: ./backend/

args: --timeout=5m

backend-tests:
name: Run backend-tests
runs-on: ubuntu-latest
Expand All @@ -46,4 +47,3 @@ jobs:
run: |
cd backend
go test ./...

0 comments on commit 8976324

Please sign in to comment.