Skip to content

Commit c9a95fb

Browse files
Enable scalatestplus-scalacheck testing
The reason we only used to compile this test before is because locally, it seems prone to OutOfMemory errors. If the CI can't handle it, we should revert to compiling this test only and investigating further.
1 parent 5ed5e14 commit c9a95fb

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)