diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-06-26 08:25:02 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-07-18 20:55:11 -0400 |
commit | d48da6fff8125ed5cbb5be7740556fed13fe1bb3 (patch) | |
tree | 0c5a50b3f1a0d030f0959b817e819b66386eb857 | |
parent | 8add024fabfe8da20fafc9a571eb282cf32363ae (diff) | |
download | haskell-d48da6fff8125ed5cbb5be7740556fed13fe1bb3.tar.gz |
gitlab-ci: Run slow validate in -debug job
Otherwise we don't compile the stage2 compiler with DEBUG, meaning the
testsuite isn't checked with assertions.
Metric Increase:
haddock.Cabal
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cc26879d2..9a081fd159 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -504,6 +504,8 @@ validate-x86_64-linux-deb9-debug: stage: build variables: BUILD_FLAVOUR: validate + # Ensure that stage2 also has DEBUG enabled + ValidateSpeed: SLOW # Override validate flavour default; see #16890. BUILD_SPHINX_PDF: "YES" TEST_TYPE: slowtest |