diff options
author | Sadie Powell <sadie@witchery.services> | 2021-06-06 07:10:31 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-06-06 07:10:31 +0100 |
commit | 94066ae04813b4274e486ef10193dc89de33e432 (patch) | |
tree | 174af40bcfef5fc94666f5baf5cbae61fb9f2a79 /.github/workflows/ci-linux.yml | |
parent | 722c63ad53dea99829cf010786354e21016aadef (diff) |
Disable fail-fast in GitHub Actions.
Diffstat (limited to '.github/workflows/ci-linux.yml')
-rw-r--r-- | .github/workflows/ci-linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 9d3365e53..05419462d 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -18,6 +18,7 @@ jobs: - name: Run test-build run: ./tools/test-build ${{ matrix.compiler }} strategy: + fail-fast: false matrix: compiler: - clang++ |