X Tutup
Skip to content

Commit a95a8b8

Browse files
authored
Merge pull request containerd#6338 from kzys/windows-fail-fast
Don't fail-fast on Windows integration tests
2 parents 95b83fa + 4c1e26c commit a95a8b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ jobs:
236236
GOTEST: gotestsum --
237237

238238
strategy:
239+
fail-fast: false
239240
matrix:
240241
os: [windows-2019, windows-2022]
241242

0 commit comments

Comments
 (0)
X Tutup