Skip to content

Commit 9821c9a

Browse files
authored
Merge pull request #6444 from dotty-staging/update-scalatest
Run Scalatest test in community build
2 parents 3895052 + 6b51473 commit 9821c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Submodule scalatest updated 670 files

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

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

106106
@Test def scalatest = test(
107107
project = "scalatest",
108-
testCommand = "scalatest/compile",
108+
testCommand = ";scalacticDotty/clean;scalacticTestDotty/test;scalatestTestDotty/test",
109109
updateCommand = "scalatest/update"
110110
)
111111

0 commit comments

Comments
 (0)