Skip to content

Commit a17cd77

Browse files
authored
Merge pull request #7641 from dotty-staging/enable-scalatestplusScalacheck-test
Enable scalatestplus-scalacheck community project testing
2 parents 6ae3df2 + c9a95fb commit a17cd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ object projects
160160

161161
lazy val scalatestplusScalacheck = SbtCommunityProject(
162162
project = "scalatestplus-scalacheck",
163-
sbtTestCommand = "scalatestPlusScalaCheckJVM/compile", // TODO: compile only because tests are prone to java.lang.OutOfMemoryError: Metaspace
163+
sbtTestCommand = "scalatestPlusScalaCheckJVM/test",
164164
sbtUpdateCommand = "scalatestPlusScalaCheckJVM/update",
165165
sbtPublishCommand = "scalatestPlusScalaCheckJVM/publishLocal",
166166
dependencies = List(scalatest, scalacheck)

0 commit comments

Comments
 (0)