From 26fa1d1526dc3835d417d90401ffd78024ed81fe Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 7 Jan 2025 11:28:07 +0100 Subject: [PATCH] Add comment why we want to continue on error --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57786a3..2ca1033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ concurrency: jobs: tests: + # Continue on error so that we see the results of all tests in the matrix. continue-on-error: true strategy: matrix: