Skip to content

Commit 31b3480

Browse files
committed
Temporarily disable fast fail
1 parent e963e9f commit 31b3480

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/core_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
test_linux:
4646
runs-on: ubuntu-latest
4747
strategy:
48+
# TODO: Re-enable fail-fast before merging - currently disabled to see all test failures
49+
fail-fast: false
4850
matrix:
4951
py_version:
5052
- '3.9'
@@ -90,6 +92,8 @@ jobs:
9092
test_linux_omc_dev:
9193
runs-on: ubuntu-latest
9294
strategy:
95+
# TODO: Re-enable fail-fast before merging - currently disabled to see all test failures
96+
fail-fast: false
9397
matrix:
9498
py_version:
9599
- '3.9'

0 commit comments

Comments
 (0)