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 19aac74 commit e993251Copy full SHA for e993251
.github/workflows/go.yml
@@ -63,7 +63,7 @@ jobs:
63
restore-keys: |
64
${{ runner.os }}-go-
65
- name: Test & Coverage
66
- run: go test -v -race -coverprofile=profile.cov ./...
+ run: go test -v -race -timeout 30m -coverprofile=profile.cov ./...
67
- name: Send coverage
68
uses: shogo82148/actions-goveralls@v1
69
with:
0 commit comments