From 2cc484c73fd63af3003d47f920a835f20910a25a Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Sun, 1 Aug 2021 20:34:35 -0400 Subject: [PATCH] set GHA fail-fast to false Signed-off-by: Tony Worm --- .github/workflows/default.cue | 1 + .github/workflows/default.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/default.cue b/.github/workflows/default.cue index a4f1cdd70..fe1226fe4 100644 --- a/.github/workflows/default.cue +++ b/.github/workflows/default.cue @@ -8,6 +8,7 @@ ghacue.#Workflow & { "go-version": ["1.15.x", "1.16.x"] os: ["ubuntu-latest", "macos-latest", "windows-latest"] } + strategy: "fail-fast": false "runs-on": "${{ matrix.os }}" steps: [{ name: "Install Go" diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a94440ecd..112246bd6 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -13,6 +13,7 @@ jobs: - ubuntu-latest - macos-latest - windows-latest + fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Install Go