Skip to content

Commit c66a33e

Browse files
Disable Mill libraries
GH actions don't digest them well fttb
1 parent 811dc19 commit c66a33e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@ class CommunityBuildTest:
344344
@Test def ScalaPB = projects.ScalaPB.run()
345345
@Test def minitest = projects.minitest.run()
346346
@Test def fastparse = projects.fastparse.run()
347-
@Test def utest = projects.utest.run()
348-
@Test def sourcecode = projects.sourcecode.run()
349-
@Test def oslib = projects.oslib.run()
350-
@Test def ujson = projects.ujson.run()
347+
//@Test def utest = projects.utest.run()
348+
//@Test def sourcecode = projects.sourcecode.run()
349+
//@Test def oslib = projects.oslib.run()
350+
//@Test def ujson = projects.ujson.run()
351351
// @Test def oslibWatch = projects.oslibWatch.run()
352352
@Test def stdLib213 = projects.stdLib213.run()
353353
@Test def shapeless = projects.shapeless.run()

0 commit comments

Comments
 (0)