summaryrefslogtreecommitdiff
path: root/ci/test_all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test_all.sh')
-rwxr-xr-xci/test_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/test_all.sh b/ci/test_all.sh
index 74b6d203..a04f7119 100755
--- a/ci/test_all.sh
+++ b/ci/test_all.sh
@@ -9,7 +9,7 @@ git clean -xdf
sbt core/test scalalib/test scalajslib/test integration/test bin/test:assembly
# Run tests using Mill built using SBT
-target/bin/mill --all {core,scalalib,scalajslib,integration}.test devAssembly
+target/bin/mill all {core,scalalib,scalajslib,integration}.test devAssembly
# Second build & run tests using Mill
-out/devAssembly/dest/out.jar --all {core,scalalib,scalajslib,integration}.test devAssembly \ No newline at end of file
+out/devAssembly/dest/out.jar all {core,scalalib,scalajslib,integration}.test devAssembly \ No newline at end of file