From 9e27dbb1e8810d2747dc3e45c358abb65fef8b34 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 26 Dec 2017 23:43:46 -0800 Subject: Slightly simplify `test.sh` matrix and cache more evaluators in `HelloWorldTests`, to try and speed up `test.sh` runs --- test.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test.sh') 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 -- cgit v1.2.3