From 150ba9e6dd9d374d5d99dcf42c42bcee6c71a5d4 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 1 Mar 2023 10:33:58 +0100 Subject: [PATCH] Allow other builders running after build failures. (#2659) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23fd4a3c..d3310d1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,7 @@ jobs: run: shell: bash strategy: + fail-fast: false matrix: config: - { compiler: gcc, version: 4.9, build_type: Release, cppstd: 11, examples: OFF, asan: OFF }