File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ echo "Scala.js branch: $SCALAJS_BRANCH"
13
13
14
14
case $SCALAJS_BRANCH in
15
15
main)
16
- TESTS=" helloworld$SUFFIX /run testSuite$SUFFIX /test testSuiteJVM$SUFFIX /test ir$SUFFIX /test irJS$SUFFIX /test linker$SUFFIX /test linkerJS$SUFFIX /test"
16
+ TESTS=" helloworld$SUFFIX /run testSuite$SUFFIX /test testSuiteJVM$SUFFIX /test ir$SUFFIX /test irJS$SUFFIX /test linker$SUFFIX /test linkerJS$SUFFIX /test:compile linkerJS $SUFFIX /test:fastLinkJS linkerJS $SUFFIX /test "
17
17
;;
18
18
* )
19
19
echo " Unknown Scala.js branch $SCALAJS_BRANCH "
@@ -29,5 +29,6 @@ git checkout $SCALAJS_BRANCH
29
29
npm install
30
30
31
31
for TEST in $TESTS ; do
32
+ echo " RUNNING test $TEST ..."
32
33
sbt -J-Xmx5G ' set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' ++$SCALA_VERSION $TEST
33
34
done
You can’t perform that action at this time.
0 commit comments