From 81ed8353f68da4ab9716a6e3205183d449ce793d Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Mon, 16 Apr 2018 12:05:00 +0200 Subject: [PATCH] Only run the IDE tests once `dotty-bootstrapped` aggregates `dotty-language-server`, no need to run the language server tests separately. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 64669e1df313..07ee3a45f974 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ pipeline: image: lampepfl/dotty:2018-04-10 commands: - cp -R . /tmp/2/ && cd /tmp/2/ - - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-language-server/test" + - ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test" test_optimised: group: test