change: set not fail-fast

This commit is contained in:
debugtalk
2022-03-10 20:08:13 +08:00
parent 116dbdb4d9
commit b84739df8f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
scaffold:
strategy:
fail-fast: true
fail-fast: false
matrix:
go-version:
- 1.17.x

View File

@@ -10,7 +10,7 @@ on:
jobs:
test:
strategy:
fail-fast: true
fail-fast: false
matrix:
go-version:
- 1.16.x