From e129b4b895dc9e123823a204604b210fff17c548 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Thu, 11 Jan 2024 23:29:32 -0600 Subject: [PATCH] feat: created matrix for test execution in parallel --- .github/workflows/build-test-deploy-powershell.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test-deploy-powershell.yaml b/.github/workflows/build-test-deploy-powershell.yaml index 608d3e8c..04965f47 100644 --- a/.github/workflows/build-test-deploy-powershell.yaml +++ b/.github/workflows/build-test-deploy-powershell.yaml @@ -33,6 +33,7 @@ jobs: test: name: Test Module strategy: + fail-fast: false matrix: os: - ubuntu-latest