Skip to content

Commit 39da9ee

Browse files
committed
Disable sjsJUnitTests
They don't link if assertFail() has Nothing as result type.
1 parent 8d9af42 commit 39da9ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ steps:
4040
depends_on: [ clone ]
4141
commands:
4242
- cp -R . /tmp/2/ && cd /tmp/2/
43-
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test ;dotty-staging/test ;sjsSandbox/run;sjsSandbox/test;sjsJUnitTests/test"
43+
- ./project/scripts/sbt ";dotty-bootstrapped/compile ;dotty-bootstrapped/test ;dotty-staging/test"
4444
- ./project/scripts/bootstrapCmdTests
4545

4646
- name: community_build

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ val `dist-bootstrapped` = Build.`dist-bootstrapped`
2323
val `community-build` = Build.`community-build`
2424

2525
val sjsSandbox = Build.sjsSandbox
26-
val sjsJUnitTests = Build.sjsJUnitTests
26+
//val sjsJUnitTests = Build.sjsJUnitTests
2727

2828
val `sbt-dotty` = Build.`sbt-dotty`
2929
val `vscode-dotty` = Build.`vscode-dotty`

0 commit comments

Comments
 (0)