summaryrefslogtreecommitdiff
path: root/ci/test2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test2.sh')
-rwxr-xr-xci/test2.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/ci/test2.sh b/ci/test2.sh
index a3705bc5..28fa65cd 100755
--- a/ci/test2.sh
+++ b/ci/test2.sh
@@ -8,8 +8,4 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using
-target/bin/mill core.test
-target/bin/mill scalalib.test
-target/bin/mill scalajslib.test
-target/bin/mill integration.test
-target/bin/mill devAssembly
+target/bin/mill --all {core,scalalib,scalajslib,integration}.test devAssembly