From 6d2fa4d3a75f95808f0c594d5230ba63050f6861 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 15 May 2026 23:21:54 +0200 Subject: [PATCH] ci: run other loadtests to completion when one of them fails The most likely offender to fail early is jwt-rsa-cache-worst - which then cancels *all* loadtests at once. This is unnecessary churn for CI. Instead we can re-run only that one test later. --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 189c21e66..251bd119a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -124,6 +124,7 @@ jobs: loadtest: strategy: + fail-fast: false matrix: kind: ['mixed', 'jwt-hs', 'jwt-hs-cache', 'jwt-hs-cache-worst', 'jwt-rsa', 'jwt-rsa-cache', 'jwt-rsa-cache-worst'] name: Loadtest