Disable fail fast, allowing tests to run despite failures on a particular distro - it is easier to retry failed tests these day

This commit is contained in:
Adam Warner
2022-07-25 21:57:30 +01:00
parent c7108a632c
commit 2bd3366bb1

View File

@@ -41,6 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: smoke-tests
strategy:
fail-fast: false
matrix:
distro: [debian_10, debian_11, ubuntu_18, ubuntu_20, ubuntu_21, ubuntu_22, centos_7, centos_8, fedora_34]
env: