summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-04-09 22:16:27 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-09 22:51:42 -0700
commitf79e9bbad7aefd9aeea89fd4c456b1eb447917db (patch)
treefc52e1452f359a1b09b39b8650aec29a07373b95 /ci
parent8bd438bf84c1b221bcc122b3abe5d4ec37495071 (diff)
downloadmill-f79e9bbad7aefd9aeea89fd4c456b1eb447917db.tar.gz
mill-f79e9bbad7aefd9aeea89fd4c456b1eb447917db.tar.bz2
mill-f79e9bbad7aefd9aeea89fd4c456b1eb447917db.zip
- Swap client-server integer encoding over to a more standard format (32-bit)
- Unit tests for client code using the new Java support - Make server auto-shutdown when the client version changes, to avoid stale-server confusion
Diffstat (limited to 'ci')
-rwxr-xr-xci/test-mill-0.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test-mill-0.sh b/ci/test-mill-0.sh
index 91a1ebf3..faee6c1e 100755
--- a/ci/test-mill-0.sh
+++ b/ci/test-mill-0.sh
@@ -6,4 +6,4 @@ set -eux
git clean -xdf
# Run tests
-mill -i all {main,scalalib,scalajslib}.test
+mill -i all {main,scalalib,scalajslib,client}.test