From a2b91e360f9ce40f6651d7977922e4f6bda1d9f5 Mon Sep 17 00:00:00 2001 From: Croxx Date: Tue, 16 Apr 2024 23:22:01 +0800 Subject: [PATCH] chore: disable fall-fast for rust test ci (#355) Signed-off-by: MrCroxx --- .github/template/template.yml | 1 + .github/workflows/main.yml | 1 + .github/workflows/pull-request.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/template/template.yml b/.github/template/template.yml index bc64ede4..9d4c5d64 100644 --- a/.github/template/template.yml +++ b/.github/template/template.yml @@ -38,6 +38,7 @@ jobs: name: rust test with codecov runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] steps: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b7916fa..fad7492b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,6 +45,7 @@ jobs: name: rust test with codecov runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] steps: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4406899e..37a1808d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -44,6 +44,7 @@ jobs: name: rust test with codecov runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] steps: