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.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/ci/test-mill-release.sh b/ci/test-mill-release.sh
index 19173827..f1fb10ae 100755
--- a/ci/test-mill-release.sh
+++ b/ci/test-mill-release.sh
@@ -5,12 +5,11 @@ set -eux
# Starting from scratch...
git clean -xdf
+# Build Mill
ci/publish-local.sh
+# Clean up
git clean -xdf
-rm -fR ~/.mill
-
-# Second build & run tests using Mill
-
+# Run tests
~/mill-release -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests,PlayJsonTests}"