summaryrefslogtreecommitdiff
path: root/ci/test-sbt-built.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test-sbt-built.sh')
-rwxr-xr-xci/test-sbt-built.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test-sbt-built.sh b/ci/test-sbt-built.sh
index ebb3ddb5..3a60cbd3 100755
--- a/ci/test-sbt-built.sh
+++ b/ci/test-sbt-built.sh
@@ -8,7 +8,7 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using Mill built using SBT
-target/bin/mill --all {core,scalalib,scalajslib}.test devAssembly
+target/bin/mill all {core,scalalib,scalajslib}.test devAssembly
target/bin/mill integration.test mill.integration.AmmoniteTests
target/bin/mill integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
target/bin/mill devAssembly