Skip to content

Commit 7648ec2

Browse files
committed
Disable fast-fail
1 parent 6f63917 commit 7648ec2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/core_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ 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
5048
matrix:
5149
py_version:
5250
- '3.9'
@@ -92,8 +90,6 @@ jobs:
9290
test_linux_omc_dev:
9391
runs-on: ubuntu-latest
9492
strategy:
95-
# TODO: Re-enable fail-fast before merging - currently disabled to see all test failures
96-
fail-fast: false
9793
matrix:
9894
py_version:
9995
- '3.9'

0 commit comments

Comments
 (0)