Skip to content

Commit ffe8bf7

Browse files
committed
Run original small subset of tests on Appveyor
1 parent 218da8c commit ffe8bf7

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"
17+
- cmd: sbt "dotty-bootstrapped/dotc tests\pos\HelloWorld.scala"
1818
# - cmd: sbt test
19-
- cmd: sbt dotty-bootstrapped/test
20-
# - cmd: sbt sjsJUnitTests/test
19+
# - cmd: sbt dotty-bootstrapped/test
20+
- cmd: sbt sjsJUnitTests/test

0 commit comments

Comments
 (0)