Skip to content

Commit b3e5bb8

Browse files
authored
Merge pull request #519 from ChrisDenton/no-fail-fast
2 parents a3406f9 + 70b4d31 commit b3e5bb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Test
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
include:
1819
- os: ubuntu-20.04
@@ -156,6 +157,7 @@ jobs:
156157
name: Docker
157158
runs-on: ubuntu-20.04
158159
strategy:
160+
fail-fast: false
159161
matrix:
160162
target:
161163
- aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)