

ci: disable fail fast
@fe816fa48c359d22f280c600c2493d7acbd2eaab
--- .github/workflows/test.yaml
+++ .github/workflows/test.yaml
... | ... | @@ -16,6 +16,7 @@ |
16 | 16 |
jobs: |
17 | 17 |
pytest: |
18 | 18 |
strategy: |
19 |
+ fail-fast: false # Continue running jobs even if one fails |
|
19 | 20 |
matrix: |
20 | 21 |
os: [ubuntu-latest, macos-latest] |
21 | 22 |
runs-on: ${{ matrix.os }} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?