From 6382fc11afe141384f31c695a2944cc7dd2a90e7 Mon Sep 17 00:00:00 2001 From: Quantum Date: Fri, 23 Jul 2021 00:31:31 -0400 Subject: [PATCH] [client] ci: run all build combinations to completion This is desirable because certain uncommon configurations like libdecor or clang may break, and this shouldn't stop us from seeing if unrelated changes pass. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 945390db..bf1696e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ jobs: client: runs-on: ubuntu-20.04 strategy: + fail-fast: false matrix: compiler: - {cc: gcc, cxx: g++}