Skip to content

Commit e548d2d

Browse files
committed
Increase lint timeout in github action
1 parent a5dd227 commit e548d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
version: latest
3535
skip-pkg-cache: true
3636
skip-build-cache: true
37+
args: --timeout=3m --issues-exit-code=0 ./...
3738

3839
- name: Test
3940
run: go test -race -v -coverprofile=coverage.out -covermode=atomic ./...

0 commit comments

Comments
 (0)