From 9295d5240a417cd09c33317ab2d2a99a36e50485 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 9 Apr 2018 09:07:39 -0700 Subject: caffeine core and guava tests seem to pass --- ci/test-mill-2.sh | 2 +- ci/test-mill-release.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/test-mill-2.sh b/ci/test-mill-2.sh index d5869b93..00480a31 100755 --- a/ci/test-mill-2.sh +++ b/ci/test-mill-2.sh @@ -7,4 +7,4 @@ git clean -xdf mill testng.publishLocal # Needed for CaffeineTests # Run tests -mill integration.test "mill.integration.local.{AcyclicTests,AmmoniteTests,CaffeineTests}" +mill integration.test "mill.integration.local.{AcyclicTests,AmmoniteTests}" diff --git a/ci/test-mill-release.sh b/ci/test-mill-release.sh index e5ea2b67..6a6e46e0 100755 --- a/ci/test-mill-release.sh +++ b/ci/test-mill-release.sh @@ -15,3 +15,5 @@ rm -rf ~/.mill # Run tests ~/mill-release -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests,PlayJsonTests}" + +~/mill-release -i integration.test "mill.integration.local.CaffeineTests" \ No newline at end of file -- cgit v1.2.3