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 <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-07-20 12:10:23 +01:00
parent 377ae169bf
commit c12a56a8a7
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ jobs:
strategy:
matrix:
os: [macos-10.15, macos-11, macos-12]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout