summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/test-mill-built.sh8
-rwxr-xr-xci/test-mill-release.sh7
-rwxr-xr-xci/test-sbt-built.sh7
3 files changed, 10 insertions, 12 deletions
diff --git a/ci/test-mill-built.sh b/ci/test-mill-built.sh
index c12beefe..e2015237 100755
--- a/ci/test-mill-built.sh
+++ b/ci/test-mill-built.sh
@@ -12,7 +12,7 @@ target/bin/mill dev.assembly
# Second build & run tests using Mill
-out/dev/assembly/dest/out.jar all clientserver.test
-#out/dev/assembly/dest/out.jar all {clientserver,main,scalalib,scalajslib}.test
-#out/dev/assembly/dest/out.jar integration.test "mill.integration.forked.{AmmoniteTests,BetterFilesTests}"
-#out/dev/assembly/dest/out.jar dev.assembly
+
+out/dev/assembly/dest/out.jar all {clientserver,main,scalalib,scalajslib}.test
+out/dev/assembly/dest/out.jar integration.test "mill.integration.forked.{AmmoniteTests,BetterFilesTests}"
+out/dev/assembly/dest/out.jar dev.assembly
diff --git a/ci/test-mill-release.sh b/ci/test-mill-release.sh
index b9986df0..838d1960 100755
--- a/ci/test-mill-release.sh
+++ b/ci/test-mill-release.sh
@@ -11,7 +11,6 @@ git clean -xdf
# Second build & run tests using Mill
-~/mill-release all clientserver.test
-#~/mill-release all {clientserver,main,scalalib,scalajslib}.test
-#~/mill-release integration.test "mill.integration.forked.{AcyclicTests,JawnTests,UpickleTests}"
-#~/mill-release dev.assembly
+~/mill-release all {clientserver,main,scalalib,scalajslib}.test
+~/mill-release integration.test "mill.integration.forked.{AcyclicTests,JawnTests,UpickleTests}"
+~/mill-release dev.assembly
diff --git a/ci/test-sbt-built.sh b/ci/test-sbt-built.sh
index 6895088d..3a85d345 100755
--- a/ci/test-sbt-built.sh
+++ b/ci/test-sbt-built.sh
@@ -8,7 +8,6 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using Mill built using SBT
-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
+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