diff --git a/.github/workflows/code-coverage-baseline.yml b/.github/workflows/code-coverage-baseline.yml index 30b62a576..edad22dfd 100644 --- a/.github/workflows/code-coverage-baseline.yml +++ b/.github/workflows/code-coverage-baseline.yml @@ -144,6 +144,7 @@ jobs: needs: [daemon-unit-tests, agent-unit-test] runs-on: ubuntu-latest strategy: + fail-fast: false matrix: platform: [gnu, musl] arch: [amd64]