소스 검색

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 ]