浏览代码

fail-fast: false temporarily

Tig 1 年之前
父节点
当前提交
454bfda636
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/dotnet-core.yml

+ 2 - 0
.github/workflows/dotnet-core.yml

@@ -15,6 +15,8 @@ jobs:
 
     runs-on: ${{ matrix.os }}
     strategy:
+      # Turn on fail-fast once we have the tests running on all platforms
+      fail-fast: false
       matrix:
         os: [ ubuntu-latest, windows-latest, macos-latest ]