Skip to content

Commit

Permalink
ci: temporarily disable fail-fast (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdura committed May 23, 2023
1 parent fe77157 commit 0687232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
jobs:
run:
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.11"]
Expand Down

0 comments on commit 0687232

Please sign in to comment.