mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-20 01:14:38 +00:00
increase timeout for the testing workflow
This commit is contained in:
parent
cff7ad2bd3
commit
611a60818b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
version: ${{ matrix.version }}
|
||||
args: --issues-exit-code=0 ./sample/...
|
||||
args: --timeout=3m --issues-exit-code=0 ./sample/...
|
||||
only-new-issues: true
|
||||
|
||||
test-go-mod-version:
|
||||
|
|
@ -57,4 +57,4 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
working-directory: sample-go-mod
|
||||
args: --issues-exit-code=0 ./...
|
||||
args: --timeout=3m --issues-exit-code=0 ./...
|
||||
|
|
|
|||
Loading…
Reference in a new issue