Skip to content

Commit 70b4d31

Browse files
committed
Don't fail-fast on tests
This at least allows testing all platforms regardless of platform-specific failures. Update main.yml
1 parent a3406f9 commit 70b4d31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
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)