Skip to content

Commit 6d5a9fb

Browse files
exclude some specs2 tests from CI
1 parent 51cc2b8 commit 6d5a9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ object projects:
733733

734734
lazy val specs2 = SbtCommunityProject(
735735
project = "specs2",
736-
sbtTestCommand = "core/test",
736+
sbtTestCommand = "core/test -- exclude ci",
737737
sbtPublishCommand = "core/publishLocal",
738738
dependencies = List()
739739
)

0 commit comments

Comments
 (0)