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" )