Skip to content

Commit 81ed835

Browse files
committed
Only run the IDE tests once
`dotty-bootstrapped` aggregates `dotty-language-server`, no need to run the language server tests separately.
1 parent bbcd512 commit 81ed835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline:
3434
image: lampepfl/dotty:2018-04-10
3535
commands:
3636
- cp -R . /tmp/2/ && cd /tmp/2/
37-
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test; dotty-language-server/test"
37+
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test"
3838

3939
test_optimised:
4040
group: test

0 commit comments

Comments
 (0)