summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index c49bf082..916a5d78 100755
--- a/test.sh
+++ b/test.sh
@@ -6,7 +6,9 @@ set -eux
git clean -xdf
# First build & run tests using SBT
-sbt core/test scalalib/test scalajslib/test integration/test bin/test:assembly
+sbt core/test scalalib/test scalajslib/test
+sbt integration/test
+sbt bin/test:assembly
# Build Mill using SBT
bin/target/mill devAssembly
@@ -16,4 +18,4 @@ out/devAssembly/dest core.test
out/devAssembly/dest scalalib.test
out/devAssembly/dest scalajslib.test
out/devAssembly/dest integration.test
-out/devAssembly/dest devAssembly \ No newline at end of file
+out/devAssembly/dest devAssembly