From 0bcbda55a17bb24c99f9066ed0ba43708c5cb590 Mon Sep 17 00:00:00 2001 From: Vishal Narkhede Date: Fri, 5 Apr 2024 17:32:51 +0200 Subject: [PATCH] build: change max-parallel on CI to 3 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 508c378..dc24c04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,8 @@ jobs: name: 👷 Test & Build runs-on: ubuntu-latest strategy: - max-parallel: 1 + max-parallel: 3 + fail-fast: false matrix: goVer: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22'] steps: