From 294cb79b0c27bcffe5192766f8e2c328ed403298 Mon Sep 17 00:00:00 2001
From: Maycon Santos <mlsmaycon@gmail.com>
Date: Mon, 4 Nov 2024 16:12:55 +0100
Subject: [PATCH] Avoid failing all other matrix tests if one fails

---
 .github/workflows/golang-test-linux.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml
index b584f0ff68c..ef66720024d 100644
--- a/.github/workflows/golang-test-linux.yml
+++ b/.github/workflows/golang-test-linux.yml
@@ -13,6 +13,7 @@ concurrency:
 jobs:
   test:
     strategy:
+      fail-fast: false
       matrix:
         arch: [ '386','amd64' ]
         store: [ 'sqlite', 'postgres']