From c555ef5b925ab178ed3b09f5bc4ec95007f727d7 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 25 Feb 2020 22:01:05 -0800 Subject: [PATCH] Debug --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 656a72ed3313f..85d2631659b35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ jobs: runs-on: ${{ matrix.os }} timeout-minutes: 60 strategy: + fail-fast: false matrix: os: [macOS-latest, windows-2019, ubuntu-16.04] kind: ['test_release', 'test_debug', 'bench', 'lint']