diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2020-10-12 09:28:06 +0300 |
|---|---|---|
| committer | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2020-10-12 09:28:31 +0300 |
| commit | 5ec1fb258cba95cdd04ea07b3754a47e4ac19cad (patch) | |
| tree | d2bd4bd62552026cde70fe0fa95659fca24d2a3e /.github | |
| parent | 22e15d9d6a6b91904f100799eb8004a7ffa5d6ed (diff) | |
| download | python-setuptools-git-5ec1fb258cba95cdd04ea07b3754a47e4ac19cad.tar.gz | |
Don't let one failure cancel all the other jobs
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 2ee7c0fb..96e14308 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -16,6 +16,7 @@ jobs: ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false # max-parallel: 5 matrix: python-version: |
