We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67052f1 commit 4d06960Copy full SHA for 4d06960
community-build/community-projects/ScalaPB
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -139,12 +139,11 @@ class CommunityBuildTest {
139
updateCommand = "dotty-community-build/update"
140
)
141
142
- // removing for now as the project migrated to using fastparse 2, which does not play well with type inference
143
- // @Test def ScalaPB = test(
144
- // project = "ScalaPB",
145
- // testCommand = "dotty-community-build/compile",
146
- // updateCommand = "dotty-community-build/update"
147
- // )
+ @Test def ScalaPB = test(
+ project = "ScalaPB",
+ testCommand = "dotty-community-build/compile",
+ updateCommand = "dotty-community-build/update"
+ )
148
149
@Test def minitest = test(
150
project = "minitest",
0 commit comments