Skip to content

Commit 92a2e15

Browse files
Add utest to the community build
1 parent 88129fc commit 92a2e15

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
@@ -376,7 +376,7 @@ class CommunityBuildTest:
376376
@Test def ScalaPB = projects.ScalaPB.run()
377377
@Test def minitest = projects.minitest.run()
378378
@Test def fastparse = projects.fastparse.run()
379-
//@Test def utest = projects.utest.run()
379+
@Test def utest = projects.utest.run()
380380
//@Test def sourcecode = projects.sourcecode.run()
381381
//@Test def oslib = projects.oslib.run()
382382
//@Test def ujson = projects.ujson.run()

0 commit comments

Comments
 (0)