summaryrefslogtreecommitdiff
path: root/ci/test-mill-release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test-mill-release.sh')
-rwxr-xr-xci/test-mill-release.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/test-mill-release.sh b/ci/test-mill-release.sh
index 8c0aca2f..19173827 100755
--- a/ci/test-mill-release.sh
+++ b/ci/test-mill-release.sh
@@ -9,6 +9,8 @@ ci/publish-local.sh
git clean -xdf
+rm -fR ~/.mill
+
# Second build & run tests using Mill
-~/mill-release -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests}"
+~/mill-release -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests,PlayJsonTests}"