File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 94
94
[submodule "community-build/community-projects/scalaz "]
95
95
path = community-build/community-projects/scalaz
96
96
url = https://github.com/dotty-staging/scalaz.git
97
+ [submodule "community-build/community-projects/endpoints "]
98
+ path = community-build/community-projects/endpoints
99
+ url = https://github.com/dotty-staging/endpoints.git
Original file line number Diff line number Diff line change @@ -284,6 +284,11 @@ object projects:
284
284
dependencies = List (scalacheck)
285
285
)
286
286
287
+ lazy val endpoints = SbtCommunityProject (
288
+ project = " endpoints" ,
289
+ sbtTestCommand = " ;json-schemaJVM/compile;algebraJVM/compile;openapiJVM/compile;http4s-server/compile;http4s-client/compile;play-server/compile;play-client/compile;akka-http-server/compile;akka-http-client/compile"
290
+ )
291
+
287
292
end projects
288
293
289
294
@ Category (Array (classOf [TestCategory ]))
@@ -376,6 +381,7 @@ class CommunityBuildTest:
376
381
@ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
377
382
@ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
378
383
@ Test def scalaz = projects.scalaz.run()
384
+ @ Test def endpoints = projects.endpoints.run()
379
385
end CommunityBuildTest
380
386
381
387
class TestCategory
You can’t perform that action at this time.
0 commit comments