summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/test.sh b/test.sh
index ffae4a10..e4b78cbe 100755
--- a/test.sh
+++ b/test.sh
@@ -9,11 +9,11 @@ git clean -xdf
sbt core/test scalaplugin/test bin/test:assembly
# Second build & run tests using Mill built using SBT
-bin/target/mill run Core.test
-bin/target/mill run ScalaPlugin.test
-bin/target/mill run assembly
+bin/target/mill Core.test
+bin/target/mill ScalaPlugin.test
+bin/target/mill devAssembly
# Third build & run tests using Mill built using Mill
-out/assembly run Core.test
-out/assembly run ScalaPlugin.test
-out/assembly run assembly \ No newline at end of file
+out/devAssembly Core.test
+out/devAssembly ScalaPlugin.test
+out/devAssembly devAssembly \ No newline at end of file