summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test.sh b/test.sh
index e73405ee..13d81631 100755
--- a/test.sh
+++ b/test.sh
@@ -12,7 +12,7 @@ sbt core/test scalaplugin/test scalajsplugin/test bin/test:assembly
bin/target/mill devAssembly
# Second build & run tests using Mill
-out/devAssembly Core.test
-out/devAssembly ScalaPlugin.test
-out/devAssembly ScalaJSPlugin.test
-out/devAssembly devAssembly \ No newline at end of file
+out/devAssembly/dest Core.test
+out/devAssembly/dest ScalaPlugin.test
+out/devAssembly/dest ScalaJSPlugin.test
+out/devAssembly/dest devAssembly \ No newline at end of file