From 85702169e3450cbaf55e35abbc6495d6a773716e Mon Sep 17 00:00:00 2001 From: jneira Date: Wed, 27 May 2020 23:31:53 +0200 Subject: [PATCH] Separate ghcide tests and disable them for now --- .circleci/config.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0f14f52c1..0351375869 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,9 +75,16 @@ defaults: &defaults - ~/build/ghcide/.stack-work - run: - name: Test + name: Test ghcide # Tests MUST run with -j1, since multiple ghc-mod sessions are not allowed - command: stack -j 1 --stack-yaml=${STACK_FILE} test --dump-logs + # command: stack -j 1 --stack-yaml=${STACK_FILE} test ghcide --dump-logs + command: echo "ghcide tests disabled until they got fixed, see https://github.com/mpickering/ghcide/issues/25" + no_output_timeout: 120m + + - run: + name: Test haskell-language-server + # Tests MUST run with -j1, since multiple ghc-mod sessions are not allowed + command: stack -j 1 --stack-yaml=${STACK_FILE} test haskell-language-server --dump-logs no_output_timeout: 120m - store_test_results: