We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f0b7a commit 4673b0dCopy full SHA for 4673b0d
.github/workflows/e2e.yaml
@@ -56,5 +56,5 @@ jobs:
56
CASTAI_API_TOKEN: ${{ secrets.CASTAI_API_TOKEN }}
57
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
58
run: |
59
- go test -timeout 30m ./e2e
+ go test -timeout 30m -parallel=10 ./e2e
60
.github/workflows/main.yaml
@@ -54,7 +54,7 @@ jobs:
54
CGO_ENABLED: 0
55
- name: Test
- run: go test -short -race ./...
+ run: go test -short -race -parallel=10 ./...
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
.github/workflows/pr.yaml
@@ -52,7 +52,7 @@ jobs:
52
53
0 commit comments