CI: validate: the matrix won't fail-fast
commitf0e098598127ee8f915af479133df426fa198776
authorArtem Pelenitsyn <a.pelenitsyn@gmail.com>
Thu, 29 Aug 2024 12:52:55 +0000 (29 08:52 -0400)
committerMikolaj <281893+Mikolaj@users.noreply.github.com>
Sun, 1 Sep 2024 13:08:27 +0000 (1 13:08 +0000)
tree238f13c09841cf6557f7b2516eb3a169dfbc6ca5
parent94e6ad486c13f49876d979e844f11481e5a4e896
CI: validate: the matrix won't fail-fast

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 https://github.com/haskell/cabal/issues/10263
.github/workflows/validate.yml