diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51a3e6d..6eb3078 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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