Skip to content

Commit

Permalink
#162: Disable fail-fast on test jobs
Browse files Browse the repository at this point in the history
- It can be useful to let all versions complete to give a better picture of the issues
  • Loading branch information
MRichards99 committed Jan 15, 2021
1 parent 7117e61 commit d5a40a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
tests:
runs-on: ubuntu-16.04
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }} Build & Tests
Expand Down

0 comments on commit d5a40a5

Please sign in to comment.