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: jobs:
scaffold: scaffold:
strategy: strategy:
fail-fast: true fail-fast: false
matrix: matrix:
go-version: go-version:
- 1.17.x - 1.17.x

View File

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