Skip to content

Commit 402d4dc

Browse files
CENG-507: Reduce parallel tasks from 32 to 6
1 parent 020607c commit 402d4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Run tests
2626
run: |
27-
TF_ACC=1 go test -v ./... -parallel=32 -timeout=30m
27+
TF_ACC=1 go test -v ./... -parallel=6 -timeout=30m
2828
env:
2929
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
3030
CLOUDSMITH_NAMESPACE: terraform-provider-testing

0 commit comments

Comments
 (0)