2
0
Эх сурвалжийг харах

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

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref 4 сар өмнө
parent
commit
0869a4f1f6

+ 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: