summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-07 14:55:51 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-07 14:57:15 -0400
commit631e76467c6ca0aa5980ee01c7280555c34c0491 (patch)
treef9f9eda2e83b8fac1614e5dd1de3b67741078fa7
parent1afb499583f741a95cceb3207c5455c8ec6f5b87 (diff)
downloadhaskell-631e76467c6ca0aa5980ee01c7280555c34c0491.tar.gz
gitlab-ci: Run slowtest in dwarf jobwip/test-g3
This ensures that the `debug` testsuite way gets run, which builds tests with -g1, exercising more source note handling codepaths.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e42aa7dbae..dcac6618ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -495,6 +495,7 @@ release-x86_64-linux-deb9-dwarf:
CONFIGURE_ARGS: "--enable-dwarf-unwind"
BUILD_FLAVOUR: dwarf
TEST_ENV: "x86_64-linux-deb9"
+ TEST_TYPE: slowtest
artifacts:
when: always
expire_in: 2 week