summaryrefslogtreecommitdiff
path: root/ci/test-sbt-built.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-24 10:39:20 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-24 17:13:03 -0800
commite76a4eda93e96e6817ab4f337f567fd325efe545 (patch)
tree76067854dc43facac259df017baf35de2aed221e /ci/test-sbt-built.sh
parentc98408adf2d96928fe227a740631a8efd8e0c339 (diff)
downloadmill-e76a4eda93e96e6817ab4f337f567fd325efe545.tar.gz
mill-e76a4eda93e96e6817ab4f337f567fd325efe545.tar.bz2
mill-e76a4eda93e96e6817ab4f337f567fd325efe545.zip
.
wip
Diffstat (limited to 'ci/test-sbt-built.sh')
-rwxr-xr-xci/test-sbt-built.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/ci/test-sbt-built.sh b/ci/test-sbt-built.sh
index 3a85d345..6895088d 100755
--- a/ci/test-sbt-built.sh
+++ b/ci/test-sbt-built.sh
@@ -8,6 +8,7 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using Mill built using SBT
-target/bin/mill all {clientserver,main,scalalib,scalajslib}.test
-target/bin/mill integration.test "mill.integration.local.{AcyclicTests,JawnTests,UpickleTests}"
-target/bin/mill dev.assembly
+target/bin/mill clientserver.test
+#target/bin/mill all {clientserver,main,scalalib,scalajslib}.test
+#target/bin/mill integration.test "mill.integration.local.{AcyclicTests,JawnTests,UpickleTests}"
+#target/bin/mill dev.assembly