Skip to content

Commit

Permalink
[fix] increase golangci-lint timeout in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 committed Dec 31, 2024
1 parent 9b55abc commit 4b98a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest

- name: Run golangci-lint
run: golangci-lint run
run: golangci-lint run --timeout 5m

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b98a72

Please sign in to comment.