summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-12-26 23:43:46 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-12-26 23:49:06 -0800
commit9e27dbb1e8810d2747dc3e45c358abb65fef8b34 (patch)
tree652f11263858a853b8ad2ac875733cc8fd955a03 /test.sh
parent370d026c3135cb3a1ee1838201d008a6d88e028f (diff)
downloadmill-9e27dbb1e8810d2747dc3e45c358abb65fef8b34.tar.gz
mill-9e27dbb1e8810d2747dc3e45c358abb65fef8b34.tar.bz2
mill-9e27dbb1e8810d2747dc3e45c358abb65fef8b34.zip
Slightly simplify `test.sh` matrix and cache more evaluators in `HelloWorldTests`, to try and speed up `test.sh` runs
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/test.sh b/test.sh
index e4b78cbe..5f7a753d 100755
--- a/test.sh
+++ b/test.sh
@@ -8,12 +8,10 @@ git clean -xdf
# First build & run tests using SBT
sbt core/test scalaplugin/test bin/test:assembly
-# Second build & run tests using Mill built using SBT
-bin/target/mill Core.test
-bin/target/mill ScalaPlugin.test
+# Build Mill using SBT
bin/target/mill devAssembly
-# Third build & run tests using Mill built using Mill
+# Secpmd build & run tests using Mill
out/devAssembly Core.test
out/devAssembly ScalaPlugin.test
out/devAssembly devAssembly \ No newline at end of file