Skip to content

Commit

Permalink
fix: add parallel 1 to flag to go test
Browse files Browse the repository at this point in the history
Running full out is causing juju failures right now, with the change to
ParallelTest. Try not running the tests with the capability.
  • Loading branch information
hmlanigan committed Jul 11, 2024
1 parent 7c25546 commit 8a17042
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 -timeout 40m -v -cover ./internal/provider/
run: go test -parallel 1 -timeout 40m -v -cover ./internal/provider/
timeout-minutes: 40

0 comments on commit 8a17042

Please sign in to comment.