summaryrefslogtreecommitdiff
path: root/ci/test2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test2.sh')
-rwxr-xr-xci/test2.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/test2.sh b/ci/test2.sh
index 9d84ecdc..ebb3ddb5 100755
--- a/ci/test2.sh
+++ b/ci/test2.sh
@@ -8,4 +8,7 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using Mill built using SBT
-target/bin/mill --all {core,scalalib,scalajslib,integration}.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