Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
972df9c
1
Parent(s):
c494f1b
ci: disable fail fast
Browse files
.github/workflows/test.yaml
CHANGED
@@ -16,6 +16,7 @@ on:
|
|
16 |
jobs:
|
17 |
pytest:
|
18 |
strategy:
|
|
|
19 |
matrix:
|
20 |
os: [ubuntu-latest, macos-latest]
|
21 |
runs-on: ${{ matrix.os }}
|
|
|
16 |
jobs:
|
17 |
pytest:
|
18 |
strategy:
|
19 |
+
fail-fast: false # Continue running jobs even if one fails
|
20 |
matrix:
|
21 |
os: [ubuntu-latest, macos-latest]
|
22 |
runs-on: ${{ matrix.os }}
|