Skip to content

Commit 1d571ec

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ object projects:
734734
lazy val specs2 = SbtCommunityProject(
735735
project = "specs2",
736736
sbtTestCommand = "core/test",
737+
extraSbtArgs = List("-Dspecs2.exclude=ci"),
737738
sbtPublishCommand = "core/publishLocal",
738739
dependencies = List()
739740
)

0 commit comments

Comments
 (0)