Skip to content

Commit a324399

Browse files
committed
Don't run Scala.js tests for cats in the community build
Try to avoid exhausting the heap and constant GC thrashing.
1 parent 1dc4064 commit a324399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

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

518518
lazy val cats = SbtCommunityProject(
519519
project = "cats",
520-
sbtTestCommand = "catsJVM/test;catsJS/test",
520+
sbtTestCommand = "catsJVM/test",
521521
sbtPublishCommand = "catsJVM/publishLocal;catsJS/publishLocal",
522522
dependencies = List(discipline, disciplineMunit, scalacheck, simulacrumScalafixAnnotations)
523523
)

0 commit comments

Comments
 (0)