From 0e974c6a4d8782253771c7efec6193006a29d8f2 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:24:59 -0500 Subject: [PATCH] fast-fail false; do not abort other builds --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7329fbdbd..a08bbfa64b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: needs: test runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: include: - name: Android