Merge pull request #6338 from kzys/windows-fail-fast

Don't fail-fast on Windows integration tests
This commit is contained in:
Maksym Pavlenko
2021-12-10 09:52:03 -08:00
committed by GitHub

View File

@@ -236,6 +236,7 @@ jobs:
GOTEST: gotestsum --
strategy:
fail-fast: false
matrix:
os: [windows-2019, windows-2022]