Turn of fail fast for C++ CI

Prevent failing fast if one of the two c++ compilers fail
This commit is contained in:
Derek Bailey
2022-08-08 19:12:18 -07:00
committed by GitHub
parent 9230f600d7
commit a212b3c036

View File

@@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
cxx: [g++-10, clang++-12]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: cmake