Skip to content

Commit b6c63fd

Browse files
committed
Don't fail fast on Windows
1 parent d22d57b commit b6c63fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dzil-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
needs: ubuntu-test-job
153153
runs-on: "windows-latest"
154154
strategy:
155-
fail-fast: true
155+
fail-fast: false
156156
matrix:
157157
os: [windows-latest]
158158
perl-version:

0 commit comments

Comments
 (0)