From 454bfda636ee1cf6eda1df46dcefe919a5943587 Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 7 Jul 2024 17:08:17 -0600 Subject: [PATCH] fail-fast: false temporarily --- .github/workflows/dotnet-core.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 67959afc9..c40a74ec2 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.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 ]