Skip to content

Commit c2e86d3

Browse files
Merge pull request #8689 from dotty-staging/oslib-community-build
Add os-lib and sourcecode to the community build
2 parents 9535ea6 + eabb673 commit c2e86d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ class CommunityBuildTest:
378378
@Test def minitest = projects.minitest.run()
379379
@Test def fastparse = projects.fastparse.run()
380380
@Test def utest = projects.utest.run()
381-
//@Test def sourcecode = projects.sourcecode.run()
382-
//@Test def oslib = projects.oslib.run()
381+
@Test def sourcecode = projects.sourcecode.run()
382+
@Test def oslib = projects.oslib.run()
383383
//@Test def ujson = projects.ujson.run()
384384
// @Test def oslibWatch = projects.oslibWatch.run()
385385
@Test def stdLib213 = projects.stdLib213.run()

0 commit comments

Comments
 (0)