Skip to content

Commit c27013f

Browse files
authored
Merge pull request scala-js#4624 from gzm0/test-suite-ex-split
Run testSuiteEx with SmallestModules as well
2 parents b0f1dc5 + 6ed2131 commit c27013f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ def Tasks = [
151151
sbtretry ++$scala testSuiteEx$v/test &&
152152
sbtretry 'set scalaJSStage in Global := FullOptStage' \
153153
++$scala testSuiteEx$v/test &&
154+
sbtretry ++$scala \
155+
'set scalaJSLinkerConfig in testSuiteEx.v$v ~= (_.withModuleSplitStyle(ModuleSplitStyle.SmallestModules))' \
156+
'set scalaJSLinkerConfig in testSuiteEx.v$v ~= (_.withModuleKind(ModuleKind.ESModule))' \
157+
testSuiteEx$v/test &&
154158
sbtretry ++$scala testSuite$v/test:doc library$v/test compiler$v/test &&
155159
sbtretry ++$scala \
156160
'set scalaJSLinkerConfig in reversi.v$v ~= (_.withModuleSplitStyle(ModuleSplitStyle.SmallestModules))' \

0 commit comments

Comments
 (0)