Skip to content

Commit cb4597e

Browse files
bishaboshasmarter
authored andcommitted
build minitest with 2.13 stdlib
1 parent 8962782 commit cb4597e

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)