From 40d958b62e96b5e8e89a87efe1c4845bd19e8483 Mon Sep 17 00:00:00 2001 From: Anatolii Date: Fri, 22 Nov 2019 15:18:47 +0100 Subject: [PATCH] Enable scalacheck tests --- .../test/scala/dotty/communitybuild/CommunityBuildTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 2881b6ef65f1..af3ee65f6c41 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -140,7 +140,7 @@ object projects val scalacheck = SbtCommunityProject( project = "scalacheck", - sbtTestCommand = "jvm/test:compile", + sbtTestCommand = "jvm/test", sbtUpdateCommand = "jvm/test:update" )