From 70b4d319168ba96c7c487160e0a8dbd8ca18f2e7 Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Fri, 31 Mar 2023 23:15:51 +0100 Subject: [PATCH] Don't fail-fast on tests This at least allows testing all platforms regardless of platform-specific failures. Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0152537b..24d814363 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,7 @@ jobs: name: Test runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: include: - os: ubuntu-20.04 @@ -156,6 +157,7 @@ jobs: name: Docker runs-on: ubuntu-20.04 strategy: + fail-fast: false matrix: target: - aarch64-unknown-linux-gnu