From 8c28840637cc19eb328b85036f98971c00dba575 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Tue, 12 Apr 2022 13:33:28 +0200 Subject: [PATCH] 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. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06ed188..706c998 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,7 @@ jobs: test-suite: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: ceph_version: - "nautilus"