mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-08 18:01:30 +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:
|
jobs:
|
||||||
scaffold:
|
scaffold:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go-version:
|
go-version:
|
||||||
- 1.17.x
|
- 1.17.x
|
||||||
|
|||||||
2
.github/workflows/unittest.yml
vendored
2
.github/workflows/unittest.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user