ci: let all tests finish even if one has an error

This commit is contained in:
ibizaman 2025-09-29 08:02:20 +02:00 committed by Pierre Penninckx
parent f938528ba6
commit f2429c4221

View file

@ -101,6 +101,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ "build-matrix" ]
strategy:
fail-fast: false
matrix:
check: ${{ fromJson(needs.build-matrix.outputs.check) }}
steps: