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 91
91
[submodule "community-build/community-projects/geny "]
92
92
path = community-build/community-projects/geny
93
93
url = https://github.com/dotty-staging/geny.git
94
+ [submodule "community-build/community-projects/endpoints "]
95
+ path = community-build/community-projects/endpoints
96
+ url = [email protected] :dotty-staging/endpoints.git
Original file line number Diff line number Diff line change @@ -278,6 +278,11 @@ object projects:
278
278
sbtTestCommand = " test" ,
279
279
)
280
280
281
+ lazy val endpoints = SbtCommunityProject (
282
+ project = " endpoints" ,
283
+ 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"
284
+ )
285
+
281
286
end projects
282
287
283
288
@ Category (Array (classOf [TestCategory ]))
@@ -369,6 +374,7 @@ class CommunityBuildTest:
369
374
@ Test def scodec = projects.scodec.run()
370
375
@ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
371
376
@ Test def dottyCpsAsync = projects.dottyCpsAsync.run()
377
+ @ Test def endpoints = projects.endpoints.run()
372
378
end CommunityBuildTest
373
379
374
380
class TestCategory
You can’t perform that action at this time.
0 commit comments