From f1b900340f04e1555ed9fd5ef7776bffbbff14a7 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 21 Jun 2021 11:55:59 -0600 Subject: ci: Disable fail-fast in GitHub Tests workflow Don't cancel all the jobs if one distro config fails. The jobs are mostly independent, so we do want to let the others continue in case the failure is isolated to that particular distro configuration. --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 436dfbe9..70af9d3b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,9 @@ jobs: # # configure-options: Options to pass to `configure`. strategy: + # Let other configurations continue if one fails. + fail-fast: false + matrix: include: - name: Debian Buster (10) with sign-ed25519 -- cgit v1.2.1