We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a128b5d commit 97e4402Copy full SHA for 97e4402
.github/workflows/main.yaml
@@ -54,7 +54,7 @@ jobs:
54
CGO_ENABLED: 0
55
56
- name: Test
57
- run: go test -short -race -parallel=10 ./...
+ run: go test -short -race -timeout 15m ./...
58
59
- name: Set up QEMU
60
uses: docker/setup-qemu-action@v2
.github/workflows/pr.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
0 commit comments