more timeout to lint
This commit is contained in:
parent
3b6387056e
commit
834eec676d
2 changed files with 4 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
args: --timeout=30m -E gofmt
|
||||
args: --timeout=60m -E gofmt --verbose
|
||||
|
||||
- name: Test lib ssh
|
||||
run: go test -v -cover ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue