Skip to content

Commit a2b91e3

Browse files
committed
chore: disable fall-fast for rust test ci (#355)
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
1 parent e6fdc11 commit a2b91e3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/template/template.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
name: rust test with codecov
3939
runs-on: ${{ matrix.os }}
4040
strategy:
41+
fail-fast: false
4142
matrix:
4243
os: [ubuntu-latest, macos-latest]
4344
steps:

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
name: rust test with codecov
4646
runs-on: ${{ matrix.os }}
4747
strategy:
48+
fail-fast: false
4849
matrix:
4950
os: [ubuntu-latest, macos-latest]
5051
steps:

.github/workflows/pull-request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
name: rust test with codecov
4545
runs-on: ${{ matrix.os }}
4646
strategy:
47+
fail-fast: false
4748
matrix:
4849
os: [ubuntu-latest, macos-latest]
4950
steps:

0 commit comments

Comments
 (0)