summaryrefslogtreecommitdiff
path: root/ci/test-sbt-built.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test-sbt-built.sh')
-rwxr-xr-xci/test-sbt-built.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/test-sbt-built.sh b/ci/test-sbt-built.sh
new file mode 100755
index 00000000..ebb3ddb5
--- /dev/null
+++ b/ci/test-sbt-built.sh
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+
+set -eux
+
+# Starting from scratch...
+git clean -xdf
+
+sbt bin/test:assembly
+
+# Run tests using Mill built using SBT
+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