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 22a4c6e commit 42a4fa3Copy full SHA for 42a4fa3
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -793,7 +793,7 @@ object projects:
793
794
lazy val http4s = SbtCommunityProject(
795
project = "http4s",
796
- sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; test",
+ sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; rootJVM/test",
797
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
798
dependencies = () => Nil
799
)
0 commit comments