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 e31ae57 commit f2ccd57Copy full SHA for f2ccd57
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Test
97
run: |
98
go generate ./api/pb/
99
- go test -failfast -v -timeout=300s -p 1 -coverprofile=profile.cov ./cmd/... ./internal/...
+ go test -failfast -v -timeout=600s -p 1 -coverprofile=profile.cov ./cmd/... ./internal/...
100
101
- name: Coveralls
102
uses: coverallsapp/github-action@v2
0 commit comments