Skip to content

Commit c12a56a

Browse files
author
Paulo Gomes
committed
build: disable matrix fail-fast
Intermittent issues are causing the test matrix to fail and whenever that happens, all other matrix options are automatically cancelled. This increases the amount of retries needed in order to get all tests to pass. Signed-off-by: Paulo Gomes <[email protected]>
1 parent 377ae16 commit c12a56a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [macos-10.15, macos-11, macos-12]
67+
fail-fast: false
6768
runs-on: ${{ matrix.os }}
6869
steps:
6970
- name: Checkout

0 commit comments

Comments
 (0)