Skip to content

Commit d210c0e

Browse files
committed
Remove fail fast.
1 parent 3050507 commit d210c0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
strategy:
23+
fail-fast: false
2324
matrix:
2425
arch: [amd64, 386]
2526

@@ -84,6 +85,7 @@ jobs:
8485
runs-on: ubuntu-latest
8586
needs: build
8687
strategy:
88+
fail-fast: false
8789
matrix:
8890
arch: [amd64, 386]
8991

0 commit comments

Comments
 (0)