Browse Source

fail-fast: false temporarily

Tig 1 year ago
parent
commit
454bfda636
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/dotnet-core.yml

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

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