Skip to content

Commit

Permalink
Disable fail-fast in automated tests (#312)
Browse files Browse the repository at this point in the history
- Gives opportunity to check if tests fail for every version
  • Loading branch information
mltja committed Sep 26, 2022
1 parent 9684016 commit 2c3f59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9' ]
steps:
Expand Down

0 comments on commit 2c3f59e

Please sign in to comment.