diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2a55dbc..a4e514d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,7 @@ jobs: name: Python ${{ matrix.python-version }} on ${{ startsWith(matrix.os, 'macos-') && 'macOS' || startsWith(matrix.os, 'windows-') && 'Windows' || 'Linux' }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: include: - { os: ubuntu-latest, python-version: '3.8' }