Skip to content

Commit

Permalink
github: use failfast
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Oct 1, 2023
1 parent 701a21f commit 0cf3477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Tests
on:
push:
Expand All @@ -13,6 +14,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- 3.7
Expand Down

0 comments on commit 0cf3477

Please sign in to comment.