Disable fail-fast in GitHub Actions.

This commit is contained in:
Sadie Powell 2021-06-06 07:10:31 +01:00
parent 722c63ad53
commit 94066ae048
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
- name: Run test-build
run: ./tools/test-build ${{ matrix.compiler }}
strategy:
fail-fast: false
matrix:
compiler:
- clang++

View File

@ -24,6 +24,7 @@ jobs:
- name: Run test-build
run: ./tools/test-build c++
strategy:
fail-fast: false
matrix:
standard:
- gnu++98