Skip to content

Commit

Permalink
Don't fail fast on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 16, 2023
1 parent d22d57b commit b6c63fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dzil-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
needs: ubuntu-test-job
runs-on: "windows-latest"
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [windows-latest]
perl-version:
Expand Down

0 comments on commit b6c63fd

Please sign in to comment.