CI: Use fail-fast: false for coverage jobs.

Frequently lately one coverage job has been failing per job. Instead of
re-running the whole matrix again, make it so we just need to run the
(usually) one job that failed.
This commit is contained in:
Brian Smith 2023-10-06 09:52:54 -07:00
parent 2e0655867b
commit 789ba2093b

View File

@ -478,6 +478,7 @@ jobs:
runs-on: ${{ matrix.host_os }}
strategy:
fail-fast: false
matrix:
features:
# Enable all the library features so we can measure all the coverage.