Merge pull request #6338 from kzys/windows-fail-fast
Don't fail-fast on Windows integration tests
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -236,6 +236,7 @@ jobs:
|
|||||||
GOTEST: gotestsum --
|
GOTEST: gotestsum --
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2022]
|
os: [windows-2019, windows-2022]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user