diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-04 12:12:14 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-12 08:19:59 -0400 |
commit | 2ce320b07ca9171d132b748ecbc3d7fdee4840b8 (patch) | |
tree | ebf99556c3c6d0e5852733baadd096c9fb760553 /.gitlab-ci.yml | |
parent | e0b16eaa856bc126ee6676b0c5e40fb01c6558f6 (diff) | |
download | haskell-2ce320b07ca9171d132b748ecbc3d7fdee4840b8.tar.gz |
gitlab-ci: Test using slowtest in deb9-debug job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8a5a2821c..14f5c0f309 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -463,6 +463,7 @@ validate-x86_64-linux-deb9-debug: stage: build variables: BUILD_FLAVOUR: validate + TEST_TYPE: slowtest TEST_ENV: "x86_64-linux-deb9-debug" validate-x86_64-linux-deb9-llvm: |