Skip to content

Commit f4ca8bc

Browse files
committed
Decompose the linkerJS/test test in the hope of reducing CI kills.
1 parent 3ce0876 commit f4ca8bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "Scala.js branch: $SCALAJS_BRANCH"
1313

1414
case $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
2929
npm install
3030

3131
for 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
3334
done

0 commit comments

Comments
 (0)