CI: disable fail-fast in test-suite

Because of the flaky tests sometimes the non-required test cancels the required one, which makes the flaky tests even more annoying.
This commit is contained in:
Sven Anderson 2022-04-12 13:33:28 +02:00 committed by mergify[bot]
parent 61fd94254c
commit 8c28840637

View File

@ -32,6 +32,7 @@ jobs:
test-suite:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ceph_version:
- "nautilus"