From af188108313c8a6aa071a2185a923a9bb2e49fef Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 3 May 2022 17:43:17 -0400 Subject: CI: don't cancel testing when one fails Set fail-fast to false to get a more useful picture of results. Signed-off-by: Robbie Harwood --- .github/workflows/pullrequest.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/pullrequest.yml') diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 5329496c..0e85ce36 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -15,6 +15,7 @@ jobs: name: ${{ matrix.distro }} ${{ matrix.efiarch }} cross-build strategy: + fail-fast: false matrix: include: - arch: amd64 -- cgit v1.2.3