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:
Kazuyoshi Kato 2021-12-06 10:53:38 -08:00
parent 1c32c00fe7
commit 4c1e26cd5b

View File

@ -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]