Skip to content

Commit 3cff550

Browse files
committed
allow tests to run in parallel
1 parent 8ec1991 commit 3cff550

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ jobs:
6363
timeout-minutes: 15
6464
strategy:
6565
fail-fast: false
66-
max-parallel: 1
66+
max-parallel: 3
6767
matrix:
6868
# list whatever Terraform versions here you would like to support
6969
terraform:
70-
- '1.8.*'
7170
- '1.9.*'
71+
- '1.10.*'
7272
- latest
7373
steps:
7474
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)