Skip to content

Commit

Permalink
Merge pull request #79 from oddstr13/oddstr13-patch-9
Browse files Browse the repository at this point in the history
Disable fail fast for tests
  • Loading branch information
oddstr13 authored Jan 6, 2023
2 parents c0d0bbb + 2b642eb commit 499914b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
Expand Down

0 comments on commit 499914b

Please sign in to comment.