Skip to content

Commit 88dfe50

Browse files
committed
build minitest with 2.13 stdlib
1 parent 7d086ee commit 88dfe50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Submodule minitest updated 37 files

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class CommunityBuildTest {
147147

148148
@Test def minitest = test(
149149
project = "minitest",
150-
testCommand = "dotty-community-build/compile",
150+
testCommand = "dotty-community-build/compile;dotty-community-build/test:compile",
151151
updateCommand = "dotty-community-build/update"
152152
)
153153

0 commit comments

Comments
 (0)