Skip to content

Commit 4814919

Browse files
committed
cats: use sbt command aliases for testing
This more closely aligns with the typelevel/cats GitHub Actions CI
1 parent a30fea0 commit 4814919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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 = "buildJVM;validateAllJS",
521521
sbtPublishCommand = "catsJVM/publishLocal;catsJS/publishLocal",
522522
dependencies = List(discipline, disciplineMunit, scalacheck, simulacrumScalafixAnnotations)
523523
)

0 commit comments

Comments
 (0)