Browse Source

chore(ci): Let CI fail independently on each platform (#13446)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref 4 months ago
parent
commit
0869a4f1f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/ci-tests.yml

+ 1 - 0
.github/workflows/ci-tests.yml

@@ -16,6 +16,7 @@ jobs:
     strategy:
       matrix:
         os: ["ubuntu-latest", "macos-latest", "windows-latest"]
+      fail-fast: false
 
     runs-on: "${{ matrix.os }}"
     steps: