Skip to content

Commit

Permalink
add timeout for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Feb 25, 2023
1 parent 19aac74 commit e993251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Test & Coverage
run: go test -v -race -coverprofile=profile.cov ./...
run: go test -v -race -timeout 30m -coverprofile=profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit e993251

Please sign in to comment.