mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Increase timeout for golangci-lint
This commit is contained in:
parent
996e2ac7c5
commit
c2703e5024
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -261,7 +261,7 @@ jobs:
|
|||||||
version: v1.49
|
version: v1.49
|
||||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||||
only-new-issues: true
|
only-new-issues: true
|
||||||
args: --verbose --timeout 5m
|
args: --verbose --timeout 10m
|
||||||
|
|
||||||
# only run golangci-lint for pull requests, otherwise ALL hints get
|
# only run golangci-lint for pull requests, otherwise ALL hints get
|
||||||
# reported. We need to slowly address all issues until we can enable
|
# reported. We need to slowly address all issues until we can enable
|
||||||
|
Loading…
Reference in New Issue
Block a user