Skip to content

Commit 053f143

Browse files
committed
set fail-fast to false for gh action
1 parent 8fc5716 commit 053f143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
unittests:
3939
runs-on: ubuntu-22.04
4040
strategy:
41+
fail-fast: false
4142
matrix:
4243
python-version: ["3.9", "3.10", "3.11", "3.12"]
4344

0 commit comments

Comments
 (0)