Skip to content

Commit 1110588

Browse files
JayBazuzinitsanavnisusanfung
committed
. e Disable fail-fast
We are doing this so we can diagnose each intermittent errors. Co-Authored-By: Nitsan Avni <nitsanav@gmail.com> Co-Authored-By: Susan Fung <38925660+susanfung@users.noreply.github.com>
1 parent fe08d08 commit 1110588

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
runs-on: ${{ matrix.os }}
99
strategy:
10-
fail-fast: true
10+
fail-fast: false
1111
matrix:
1212
python-version:
1313
- "3.8"

.github/workflows/test_min.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
runs-on: ${{ matrix.os }}
99
strategy:
10-
fail-fast: true
10+
fail-fast: false
1111
matrix:
1212
python-version:
1313
- "3.8"

0 commit comments

Comments
 (0)