Skip to content

Commit

Permalink
Increase test parallelism to 8 to improve e2e test execution speed. (#20
Browse files Browse the repository at this point in the history
)
  • Loading branch information
johncollinson2001 authored Oct 7, 2024
1 parent a856c9d commit 7af3746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
go test -v -timeout 30m
working-directory: tests/end-to-end-tests
env:
GOMAXPROCS: 8
ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
Expand Down

0 comments on commit 7af3746

Please sign in to comment.