Skip to content

Commit a44a5d9

Browse files
authored
Test only on jvm
1 parent 37f92e8 commit a44a5d9

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
@@ -785,7 +785,7 @@ object projects:
785785

786786
lazy val http4s = SbtCommunityProject(
787787
project = "http4s",
788-
sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; test",
788+
sbtTestCommand = "set ThisBuild/tlFatalWarnings := false; rootJVM/test",
789789
sbtPublishCommand = "set ThisBuild/tlFatalWarnings := false; publishLocal",
790790
dependencies = () => Nil
791791
)

0 commit comments

Comments
 (0)