Skip to content

Commit f84e432

Browse files
committed
Try to not fail on job errors
1 parent 3fd75a7 commit f84e432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ jobs:
66
build:
77

88
runs-on: ${{ matrix.os }}
9-
9+
continue-on-error: true
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
os: [ubuntu-latest, macos-latest, windows-latest]
1314
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)