Don't fail CI fast

This commit is contained in:
Chris Thrasher
2025-04-26 10:17:47 -06:00
parent edb6f80867
commit ec571515c8
5 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ jobs:
name: meson ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
cxx:
- g++-11