Skip to content

Commit 923dfb4

Browse files
authored
Merge pull request #4324 from dotty-staging/ide-tests
Only run the IDE tests once
2 parents 5dc50c4 + 81ed835 commit 923dfb4

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)