Skip to content

Commit

Permalink
CI: Don't make test matrix fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 1, 2025
1 parent 877aeee commit deb605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
python-version: [
Expand Down

0 comments on commit deb605d

Please sign in to comment.