summaryrefslogtreecommitdiff
path: root/ci/test2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test2.sh')
-rwxr-xr-xci/test2.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/ci/test2.sh b/ci/test2.sh
new file mode 100755
index 00000000..2ab4bca2
--- /dev/null
+++ b/ci/test2.sh
@@ -0,0 +1,15 @@
+#!/usr/bin/env bash
+
+set -eux
+
+# Starting from scratch...
+git clean -xdf
+
+
+sbt bin/test:assembly
+# Run tests using
+bin/target/mill core.test
+bin/target/mill scalalib.test
+bin/target/mill scalajslib.test
+bin/target/mill integration.test
+bin/target/mill devAssembly