We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6eaca commit f33e793Copy full SHA for f33e793
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v2
21
22
- name: Test
23
- run: go test ./... -coverprofile cover.out
+ run: go test ./... -coverprofile cover.out -timeout 30m
24
env:
25
CGO_ENABLED: 0
26
GO111MODULE: on
0 commit comments