Skip to content

Commit e993251

Browse files
committed
add timeout for coverage
1 parent 19aac74 commit e993251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
restore-keys: |
6464
${{ runner.os }}-go-
6565
- name: Test & Coverage
66-
run: go test -v -race -coverprofile=profile.cov ./...
66+
run: go test -v -race -timeout 30m -coverprofile=profile.cov ./...
6767
- name: Send coverage
6868
uses: shogo82148/actions-goveralls@v1
6969
with:

0 commit comments

Comments
 (0)