Skip to content

Commit

Permalink
CI: validate: the matrix won't fail-fast
Browse files Browse the repository at this point in the history
Which means that if a Windows job fails, all other jobs in the matrix
will be allowed to finish (other platforms, as well as other compilers on Windows, etc.)

Inspired by the discussion at #10263

(cherry picked from commit f0e0985)
  • Loading branch information
ulysses4ever authored and geekosaur committed Sep 14, 2024
1 parent 6d39c95 commit 13757ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
outputs:
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
# If you remove something from here, then add it to the old-ghcs job.
Expand Down

0 comments on commit 13757ff

Please sign in to comment.