We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ae3df2 + c9a95fb commit a17cd77Copy full SHA for a17cd77
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -160,7 +160,7 @@ object projects
160
161
lazy val scalatestplusScalacheck = SbtCommunityProject(
162
project = "scalatestplus-scalacheck",
163
- sbtTestCommand = "scalatestPlusScalaCheckJVM/compile", // TODO: compile only because tests are prone to java.lang.OutOfMemoryError: Metaspace
+ sbtTestCommand = "scalatestPlusScalaCheckJVM/test",
164
sbtUpdateCommand = "scalatestPlusScalaCheckJVM/update",
165
sbtPublishCommand = "scalatestPlusScalaCheckJVM/publishLocal",
166
dependencies = List(scalatest, scalacheck)
0 commit comments