diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19dcf9e8..62ea5ade 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,7 @@ jobs: name: Test (${{ matrix.os }}, ${{ matrix.python-version }}) runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - ubuntu-latest @@ -42,6 +43,7 @@ jobs: name: Test (${{ matrix.os }}, ${{ matrix.python-version }}) runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - macos-latest @@ -76,6 +78,7 @@ jobs: name: Test (${{ matrix.os }}, ${{ matrix.python-version }}) runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - windows-latest