Skip to content

Commit 1a591c4

Browse files
authored
Merge pull request #15773 from armanbilge/topic/cb-typelevel-tweaks
Tweak Http4s in the CB
2 parents 5b94704 + c09e753 commit 1a591c4

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
@@ -752,7 +752,7 @@ object projects:
752752

753753
lazy val http4s = SbtCommunityProject(
754754
project = "http4s",
755-
sbtTestCommand = """set ThisBuild / tlFatalWarnings := false; server/test; client/test; ember-core/test; ember-server/test; ember-client/test; circe/test""",
755+
sbtTestCommand = """set ThisBuild / tlFatalWarnings := false; rootJVM/test""",
756756
sbtPublishCommand = "publishLocal",
757757
scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Ysafe-init"),
758758
dependencies = List(cats, catsEffect3, fs2, disciplineMunit, scalacheckEffect)

0 commit comments

Comments
 (0)