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.
2 parents af851de + 6e33b28 commit 0b92b34Copy full SHA for 0b92b34
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0
19
- name: Test
20
- run: go test -race -v ./...
+ run: go test -race -v -timeout 2m ./...
21
- name: Build lib
22
run: go build
23
- name: Build cmd
0 commit comments