@@ -82,6 +82,7 @@ end CommunityBuildTest
82
82
83
83
@ Category (Array (classOf [TestCategory ]))
84
84
class CommunityBuildTestA extends CommunityBuildTest :
85
+ @ Test def endpoints4s = projects.endpoints4s.run()
85
86
@ Test def fansi = projects.fansi.run()
86
87
@ Test def fastparse = projects.fastparse.run()
87
88
@ Test def geny = projects.geny.run()
@@ -90,12 +91,17 @@ class CommunityBuildTestA extends CommunityBuildTest:
90
91
@ Test def pprint = projects.pprint.run()
91
92
@ Test def requests = projects.requests.run()
92
93
@ Test def scalacheck = projects.scalacheck.run()
94
+ @ Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
95
+ @ Test def scalaParallelCollections = projects.scalaParallelCollections.run()
93
96
@ Test def scalatest = projects.scalatest.run()
94
97
@ Test def scalatestplusScalacheck = projects.scalatestplusScalacheck.run()
98
+ @ Test def scalaz = projects.scalaz.run()
95
99
@ Test def sourcecode = projects.sourcecode.run()
100
+ @ Test def stdLib213 = projects.stdLib213.run()
96
101
@ Test def ujson = projects.ujson.run()
97
102
@ Test def upickle = projects.upickle.run()
98
103
@ Test def utest = projects.utest.run()
104
+ @ Test def zio = projects.zio.run()
99
105
end CommunityBuildTestA
100
106
101
107
@ Category (Array (classOf [TestCategory ]))
@@ -113,27 +119,21 @@ class CommunityBuildTestB extends CommunityBuildTest:
113
119
// Temporarily disabled until problem discovered in comments to #9449 is fixed
114
120
// @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
115
121
@ Test def effpi = projects.effpi.run()
116
- @ Test def endpoints4s = projects.endpoints4s.run()
117
122
@ Test def intent = projects.intent.run()
118
123
@ Test def minitest = projects.minitest.run()
119
124
@ Test def munit = projects.munit.run()
120
125
@ Test def scodec = projects.scodec.run()
121
126
@ Test def scodecBits = projects.scodecBits.run()
122
127
@ Test def scalap = projects.scalap.run()
123
- @ Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
124
- @ Test def scalaParallelCollections = projects.scalaParallelCollections.run()
125
128
@ Test def scalaParserCombinators = projects.scalaParserCombinators.run()
126
129
@ Test def ScalaPB = projects.ScalaPB .run()
127
130
@ Test def scalaXml = projects.scalaXml.run()
128
- @ Test def scalaz = projects.scalaz.run()
129
131
@ Test def scas = projects.scas.run()
130
132
@ Test def sconfig = projects.sconfig.run()
131
133
@ Test def shapeless = projects.shapeless.run()
132
134
@ Test def simulacrumScalafixAnnotations = projects.simulacrumScalafixAnnotations.run()
133
- @ Test def stdLib213 = projects.stdLib213.run()
134
135
@ Test def verify = projects.verify.run()
135
136
@ Test def xmlInterpolator = projects.xmlInterpolator.run()
136
- @ Test def zio = projects.zio.run()
137
137
end CommunityBuildTestB
138
138
139
139
class TestCategory
0 commit comments