Skip to content

Commit

Permalink
Increase concurrency (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jun 19, 2024
1 parent 0b661f7 commit 6a5182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terratest-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
MAKE_INCLUDES: Makefile
continue-on-error: true
strategy:
max-parallel: 1
max-parallel: 10
fail-fast: false # Don't fail fast to avoid locking TF State
matrix:
platform: [terraform, opentofu]
Expand Down

0 comments on commit 6a5182b

Please sign in to comment.