Skip to content

Commit fbee755

Browse files
committed
chore(actions): disable fail-fast
1 parent 8046910 commit fbee755

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
name: Build - ${{ matrix.os }} (${{ matrix.arch }})
88
runs-on: ${{ matrix.runner }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
include:
1213
- os: linux

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
name: Test - ${{ matrix.os }} (${{ matrix.arch }})
88
runs-on: ${{ matrix.runner }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
include:
1213
- os: linux

0 commit comments

Comments
 (0)