From deba8bc8de0473c7d5ead81226c3488274320f0e Mon Sep 17 00:00:00 2001 From: Douglas Parsons Date: Fri, 11 Feb 2022 11:30:10 +0000 Subject: [PATCH] Restrict max-parallel matrix testing I'm seeing a lot of issues where parallel matrix tests are causing quite a few test failures due to api rate limits. Hopefully this reduces the issue --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a2a9f71..5573dd6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 strategy: + max-parallel: 1 fail-fast: false matrix: terraform: