Skip to content

Commit 3679c17

Browse files
Add utest to the community build
1 parent e11cc6a commit 3679c17

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Submodule utest updated 1 file

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ class CommunityBuildTest {
9898
}
9999
}
100100

101+
@Test def utest = testMill(
102+
project = "utest",
103+
testCommand = "__.__.test",
104+
extraMillArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
105+
)
106+
101107
@Test def intent = testSbt(
102108
project = "intent",
103109
testCommand = "test",

0 commit comments

Comments
 (0)