From b609ce06c62dcf95e39bc8e92540bdc6d387f535 Mon Sep 17 00:00:00 2001 From: Tod Kurt Date: Sun, 3 Jul 2022 11:29:50 -0700 Subject: [PATCH] CI: fix test build for Windows --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccb70be..9589e3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,4 @@ name: Build all platforms -continue-on-error: true on: [push, pull_request] @@ -8,6 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [macos-latest, windows-latest, ubuntu-latest] # os: [macos-latest, ubuntu-latest]