Don't fail-fast on Windows integration tests
As like other integration tests, Windows integration tests should not fail-fast. So developers can see whether an issue is platform-specific or not. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
parent
1c32c00fe7
commit
4c1e26cd5b
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -236,6 +236,7 @@ jobs:
|
||||
GOTEST: gotestsum --
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-2019, windows-2022]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user