Skip to content

Commit 675c4a2

Browse files
committed
test bootstrapped/test
Appveyor has 1 hour limit: https://www.appveyor.com/docs/build-configuration/#time-limitations Disable other tests to see if we can get `bootstrapped/test` green.
1 parent 0bdab09 commit 675c4a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ init:
1414
build_script:
1515
- cmd: sbt dotty-bootstrapped/compile
1616
test_script:
17-
- cmd: sbt "dotty-bootstrapped/dotc tests\pos\HelloWorld.scala"
18-
- cmd: sbt test
17+
# - cmd: sbt "dotty-bootstrapped/dotc tests\pos\HelloWorld.scala"
18+
# - cmd: sbt test
1919
- cmd: sbt dotty-bootstrapped/test
20-
- cmd: sbt sjsJUnitTests/test
20+
# - cmd: sbt sjsJUnitTests/test

0 commit comments

Comments
 (0)