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 37f92e8 commit a44a5d9Copy full SHA for a44a5d9
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -785,7 +785,7 @@ object projects:
785
786
lazy val http4s = SbtCommunityProject(
787
project = "http4s",
788
- sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; test",
+ sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; rootJVM/test",
789
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
790
dependencies = () => Nil
791
)
0 commit comments