diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-10-20 10:46:48 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-10-20 10:46:48 +0100 |
commit | 7a2426f50724822ca1837d3687548aaca7257c1c (patch) | |
tree | d2f250c431f4ab2f30c683f6e8a481b782da5b70 | |
parent | d73131b9315abf39fc2d307b1c59bf8edd1e43ac (diff) | |
download | haskell-wip/hlint-build-order.tar.gz |
ci: Move hlint jobs from quick-built into full-buildwip/hlint-build-order
This somewhat fixes the annoyance of not getting any "useful" feedback
from a CI pipeline if you have a hlint failure. Now the hlint job runs
in parallel with the other CI jobs so the feedback is recieved at the
same time as other testsuite results.
Fixes #20507
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cea65283a8..6c96ef0190 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -389,7 +389,7 @@ hadrian-ghc-in-ghci: ############################################################ .lint-params: - stage: quick-build + stage: full-build needs: [lint-submods] tags: - lint |