-
Notifications
You must be signed in to change notification settings - Fork 207
Enable all working test suites and add linux-cabal job in Azure #1571
Conversation
I am afraid it takes many time to finish, what do you think about support only the last two minor versions of ghc? Or even only the last minor version. We always will have circleci with all ghcs as baseline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great!
It looks like it is taking longer than stack builds because the cache isnt used, yet. Maybe it is not warmed-up yet?
I am afraid that run the jobs with test enabled and full caching takes 40 min on average (+-) so And we want to add more cabal jobs so time will be increased. We could only run the func-test suite for last minor versions and keep the builds and the rest of suites? |
I think these times are fine. |
Mmm well the only caveat is they make pr's heavier and somewhat less agile but if you are fine, me too 😀 |
I am trying to enable the maximum functional tests possible on windows |
* Except CabalHelper ones for ghc-8.6.4: see Runtime errors using stack and ghc-8.6.4/ghc-8.4.4 on windows DanielG/cabal-helper#91
Make progress towards #1401
Closes #1431