Skip to content

Commit

Permalink
fix: increase golangci-lint timeout to 3min (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct authored Nov 29, 2022
1 parent 35b331e commit 87160b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 3m --verbose
- name: Install shadow
run: go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
- name: Run shadow
Expand Down

0 comments on commit 87160b1

Please sign in to comment.