From 29ab6ce5b010bde657baa80aacdc6f4087aae3c0 Mon Sep 17 00:00:00 2001 From: Michal Nowacki Date: Wed, 9 Aug 2023 11:08:01 -0400 Subject: [PATCH] always finish all integration tests --- .github/workflows/code-coverage-baseline.yml | 1 + 1 file changed, 1 insertion(+) 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]