Skip to content

Commit

Permalink
ci: Don't fail fast on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Feb 1, 2024
1 parent 0dc3495 commit df2d687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
python-version:
- "3.10"
Expand Down

0 comments on commit df2d687

Please sign in to comment.