Skip to content

Commit

Permalink
ci: increase lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Jun 20, 2023
1 parent 22301c5 commit 44ddbed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m
- name: Test
uses: n8maninger/action-golang-test@v1
with:
Expand Down

0 comments on commit 44ddbed

Please sign in to comment.