mirror of https://github.com/sbt/sbt.git
Merge pull request #6551 from samuelClarencTeads/bspIntegrationTestTag
Add the tag "integration-test" to the it configuration in BSP.
This commit is contained in:
commit
4926cb4c2b
|
|
@ -18,6 +18,7 @@ object BuildTargetTag {
|
|||
|
||||
def fromConfig(config: String): Vector[String] = config match {
|
||||
case "test" => Vector(test)
|
||||
case "it" => Vector(integrationTest)
|
||||
case "compile" => Vector(library)
|
||||
case _ => Vector.empty
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue