Skip to content

Commit 42a4fa3

Browse files
committed
Test only on jvm
1 parent 22a4c6e commit 42a4fa3

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
@@ -793,7 +793,7 @@ object projects:
793793

794794
lazy val http4s = SbtCommunityProject(
795795
project = "http4s",
796-
sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; test",
796+
sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; rootJVM/test",
797797
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
798798
dependencies = () => Nil
799799
)

0 commit comments

Comments
 (0)