Skip to content

Commit

Permalink
Turn off fail-fast on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex committed Jun 2, 2023
1 parent 0941927 commit 15317f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
test:
name: Test
strategy:
fail-fast: false
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10', '3.11']
os: [ubuntu, macos, windows]
Expand Down

0 comments on commit 15317f3

Please sign in to comment.