disable fail fast, so feedback is provided for all matrix combinations

This commit is contained in:
2025-09-15 09:25:05 +02:00
parent c724ff0449
commit 4da02373a5

View File

@@ -6,6 +6,7 @@ on:
jobs:
compile-and-test:
strategy:
fail-fast: false # disable fail fast, so feedback is provided for all matrix combinations
matrix:
os:
- ubuntu-latest