浏览代码

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

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref 4 月之前
父节点
当前提交
0869a4f1f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: