Skip to content

Commit

Permalink
always times out
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Dec 1, 2023
1 parent fca7c13 commit a834ced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout=10m

- name: run tests
run: |
Expand Down Expand Up @@ -80,4 +81,4 @@ jobs:
uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
prerelease: false

0 comments on commit a834ced

Please sign in to comment.