diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index 84f839a0130..d862c9341c8 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -76,6 +76,7 @@ jobs: test-integration: needs: tests-collector strategy: + fail-fast: false matrix: operating-system: - ubuntu-latest @@ -113,6 +114,7 @@ jobs: test: needs: run-determination strategy: + fail-fast: false matrix: operating-system: - ubuntu-latest