From a41da6478809ba03e6021941d63a621d51277b02 Mon Sep 17 00:00:00 2001 From: zamaz <71521611+zachariahmiller@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:49:51 -0400 Subject: [PATCH] set fail-fast to true on test matrix (#32) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fad2ad6..c63c138 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -52,7 +52,7 @@ jobs: validate: needs: check-flavor strategy: - fail-fast: false + fail-fast: true matrix: type: [install, upgrade] flavor: [upstream]