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"
1313
1414case $SCALAJS_BRANCH in
1515 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 "
1717 ;;
1818 * )
1919 echo " Unknown Scala.js branch $SCALAJS_BRANCH "
@@ -29,5 +29,6 @@ git checkout $SCALAJS_BRANCH
2929npm install
3030
3131for TEST in $TESTS ; do
32+ echo " RUNNING test $TEST ..."
3233 sbt -J-Xmx5G ' set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' ++$SCALA_VERSION $TEST
3334done
You can’t perform that action at this time.
0 commit comments