jaspervdj / patat

Terminal-based presentations using Pandoc
GNU General Public License v2.0
2.37k stars 60 forks source link

ci: no `fail-fast` for ci builds #156

Closed chenrui333 closed 8 months ago

chenrui333 commented 8 months ago

let's do no fail-fast for CI builds

followup #155

jaspervdj commented 8 months ago

Hmm, as it is it's actually a bit problematic since #155 will now cause us to build multiple artifacts, which messes with the release build step. I will change that again, and maybe we can use https://github.com/haskell-CI/haskell-ci to build against multiple GHC versions instead.