Skip to content

Commit 78ff83f

Browse files
committed
try without http4s tests/test just to see if this passes.
1 parent 5a4db83 commit 78ff83f

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

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

0 commit comments

Comments
 (0)