diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f4bf6db..537ea51b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,6 @@ jobs: unit-tests: needs: smoke-tests # to avoid writing over each others output strategy: - fail-fast: false matrix: version: [22, 18] platform: [ macos-latest, ubuntu-latest, windows-latest ] @@ -50,7 +49,6 @@ jobs: integration-tests: needs: smoke-tests strategy: - fail-fast: false matrix: version: [22, 18] platform: [ macos-latest, ubuntu-latest, windows-latest ]