Skip to content

Commit

Permalink
chore: set go test parallel to 10
Browse files Browse the repository at this point in the history
See if the large PS6 runners can handle it.
  • Loading branch information
hmlanigan committed Sep 11, 2024
1 parent 4354406 commit c3e2e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
- env:
TF_ACC: "1"
TEST_CLOUD: ${{ matrix.action-operator.cloud }}
run: go test -parallel 1 -timeout 40m -v -cover ./internal/provider/
run: go test -parallel 10 -timeout 40m -v -cover ./internal/provider/
timeout-minutes: 40

0 comments on commit c3e2e7e

Please sign in to comment.