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.
1 parent 261b2e0 commit c09e753Copy full SHA for c09e753
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -484,7 +484,7 @@ object projects:
484
485
lazy val catsEffect3 = SbtCommunityProject(
486
project = "cats-effect-3",
487
- sbtTestCommand = "ciJVM; ciJS",
+ sbtTestCommand = "ciJVM",
488
sbtPublishCommand = "publishLocal",
489
sbtDocCommand = ";coreJVM/doc ;lawsJVM/doc ;kernelJVM/doc",
490
dependencies = List(cats, coop, disciplineSpecs2, scalacheck)
0 commit comments