We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aead1bf commit 2f0d4abCopy full SHA for 2f0d4ab
.github/workflows/ci.yml
@@ -36,5 +36,6 @@ jobs:
36
- uses: golangci/golangci-lint-action@v3
37
with:
38
version: v1.51.1
39
+ args: --timeout 5m
40
- name: Test
41
run: go test ./...
0 commit comments