summaryrefslogtreecommitdiff
path: root/ci/test-sbt.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-11 21:46:31 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-11 22:01:52 -0800
commit4014f989b5bbea2737bb2b7125410115041a6a6a (patch)
tree42296e94dc6886aedfcbaf0e6de219b8c9f0a7c0 /ci/test-sbt.sh
parentfcbb9c9fd65211d6d5ac40333528fa059c947d0a (diff)
downloadmill-4014f989b5bbea2737bb2b7125410115041a6a6a.tar.gz
mill-4014f989b5bbea2737bb2b7125410115041a6a6a.tar.bz2
mill-4014f989b5bbea2737bb2b7125410115041a6a6a.zip
- Fix UpickleTests' JS case when running forked
- Shard out forked/local integration tests over the different `test-mill-*.sh` scripts, to try and reduce test times while maintaining coverage
Diffstat (limited to 'ci/test-sbt.sh')
-rwxr-xr-xci/test-sbt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test-sbt.sh b/ci/test-sbt.sh
index b54b39e1..8b728916 100755
--- a/ci/test-sbt.sh
+++ b/ci/test-sbt.sh
@@ -7,5 +7,5 @@ git clean -xdf
# First build & run tests using SBT
sbt core/test main/test scalalib/test scalajslib/test
-sbt "integration/test-only -- mill.integration.local"
+sbt "integration/test-only -- mill.integration.local.{AmmoniteTests,BetterFilesTests}"
sbt bin/test:assembly