From cd3011ed8dd00a0141695510b630e5072f8cd356 Mon Sep 17 00:00:00 2001 From: Pierre Martinon Date: Thu, 21 Mar 2024 11:18:46 +0100 Subject: [PATCH] Update CI.yml add continue.on.error to CI job to force all tests to run --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 673496cb..7048b250 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,6 +11,7 @@ jobs: test: name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} runs-on: ${{ matrix.os }} + continue-on-error: true strategy: matrix: version: