summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 5f7a753d..e73405ee 100755
--- a/test.sh
+++ b/test.sh
@@ -6,12 +6,13 @@ set -eux
git clean -xdf
# First build & run tests using SBT
-sbt core/test scalaplugin/test bin/test:assembly
+sbt core/test scalaplugin/test scalajsplugin/test bin/test:assembly
# Build Mill using SBT
bin/target/mill devAssembly
-# Secpmd build & run tests using Mill
+# Second build & run tests using Mill
out/devAssembly Core.test
out/devAssembly ScalaPlugin.test
+out/devAssembly ScalaJSPlugin.test
out/devAssembly devAssembly \ No newline at end of file