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.
This commit is contained in:
Dan Nicholson 2021-06-21 11:55:59 -06:00
parent b6a55ab8f3
commit f1b900340f
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ jobs:
# #
# configure-options: Options to pass to `configure`. # configure-options: Options to pass to `configure`.
strategy: strategy:
# Let other configurations continue if one fails.
fail-fast: false
matrix: matrix:
include: include:
- name: Debian Buster (10) with sign-ed25519 - name: Debian Buster (10) with sign-ed25519