From 77afd2461688c5124c6136ca30fd7a3df0ee3555 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 25 Aug 2024 16:00:22 +0200 Subject: [PATCH] cd: always run all test jobs --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6d354a7..bca286a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,6 +14,7 @@ permissions: jobs: build: strategy: + fail-fast: false matrix: go: ['1.22', '1.23'] os: [macos-latest, windows-latest, ubuntu-latest]