mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
change: set not fail-fast
This commit is contained in:
2
.github/workflows/scaffold.yml
vendored
2
.github/workflows/scaffold.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
scaffold:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version:
|
||||
- 1.17.x
|
||||
|
||||
2
.github/workflows/unittest.yml
vendored
2
.github/workflows/unittest.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version:
|
||||
- 1.16.x
|
||||
|
||||
Reference in New Issue
Block a user