Skip to content

Commit dfed2c1

Browse files
Add utest to the community build
1 parent 33a6f9e commit dfed2c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class CommunityBuildTest:
377377
@Test def ScalaPB = projects.ScalaPB.run()
378378
@Test def minitest = projects.minitest.run()
379379
@Test def fastparse = projects.fastparse.run()
380-
//@Test def utest = projects.utest.run()
380+
@Test def utest = projects.utest.run()
381381
//@Test def sourcecode = projects.sourcecode.run()
382382
//@Test def oslib = projects.oslib.run()
383383
//@Test def ujson = projects.ujson.run()

0 commit comments

Comments
 (0)