Skip to content

Commit

Permalink
Revert "Disable protoquill"
Browse files Browse the repository at this point in the history
This reverts commit ea8d8b6.
  • Loading branch information
odersky committed Jan 23, 2022
1 parent 68b8f50 commit 8b08ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class CommunityBuildTestC:
// @Test def oslibWatch = projects.oslibWatch.run()
@Test def playJson = projects.playJson.run()
@Test def pprint = projects.pprint.run()
// @Test def protoquill = projects.protoquill.run() // needs to fix new type inference errors
@Test def protoquill = projects.protoquill.run()
@Test def requests = projects.requests.run()
@Test def scalacheck = projects.scalacheck.run()
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
Expand Down

0 comments on commit 8b08ad1

Please sign in to comment.