Skip to content

Commit 1799164

Browse files
committed
Tags.limit(Tags.Test, 1)
1 parent 2869b13 commit 1799164

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ ThisBuild / githubWorkflowBuildMatrixInclusions +=
2727
val tzdbVersion = "2019c"
2828
val scalajavaLocalesVersion = "1.5.4"
2929
Global / onChangedBuildSource := ReloadOnSourceChanges
30-
Global / concurrentRestrictions += Tags.limit(NativeTags.Link, 1)
30+
Global / concurrentRestrictions ++= List(
31+
Tags.limit(NativeTags.Link, 1),
32+
Tags.limit(Tags.Test, 1)
33+
)
3134

3235
lazy val downloadFromZip: TaskKey[Unit] =
3336
taskKey[Unit]("Download the tzdb tarball and extract it")

0 commit comments

Comments
 (0)