diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0535eca3..7b1ef0270 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: name: java tests on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ 'macos-latest', 'ubuntu-latest' ] steps: @@ -64,6 +65,7 @@ jobs: name: python tests on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ 'macos-latest', 'ubuntu-latest' ] python-version: [ '3.9', '3.10', '3.11', '3.12' ]