summaryrefslogtreecommitdiff
path: root/ci/test3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test3.sh')
-rwxr-xr-xci/test3.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/test3.sh b/ci/test3.sh
index ffeb259c..b10da68d 100755
--- a/ci/test3.sh
+++ b/ci/test3.sh
@@ -12,4 +12,8 @@ sbt bin/test:assembly
target/bin/mill devAssembly
# Second build & run tests using Mill
-out/devAssembly/dest --all {core,scalalib,scalajslib,integration}.test devAssembly
+
+out/devAssembly/dest --all {core,scalalib,scalajslib}.test devAssembly
+out/devAssembly/dest integration.test mill.integration.AmmoniteTests
+out/devAssembly/dest integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
+out/devAssembly/dest devAssembly