Skip to content

Commit c5cc489

Browse files
authored
Merge pull request #7604 from dotty-staging/scalacheck-tests
Enable scalacheck tests
2 parents b75afac + 40d958b commit c5cc489

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
@@ -140,7 +140,7 @@ object projects
140140

141141
val scalacheck = SbtCommunityProject(
142142
project = "scalacheck",
143-
sbtTestCommand = "jvm/test:compile",
143+
sbtTestCommand = "jvm/test",
144144
sbtUpdateCommand = "jvm/test:update"
145145
)
146146

0 commit comments

Comments
 (0)