summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
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