mirror of https://github.com/sbt/sbt.git
Run tests in `otherUnitTests` task
This commit is contained in:
parent
6583779bb7
commit
e0dc556dcf
|
|
@ -324,7 +324,7 @@ def customCommands: Seq[Setting[_]] = Seq(
|
||||||
test.all(safeProjects).value
|
test.all(safeProjects).value
|
||||||
},
|
},
|
||||||
otherUnitTests := {
|
otherUnitTests := {
|
||||||
test.all(otherProjects)
|
test.all(otherProjects).value
|
||||||
},
|
},
|
||||||
commands += Command.command("release-sbt-local") { state =>
|
commands += Command.command("release-sbt-local") { state =>
|
||||||
"clean" ::
|
"clean" ::
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue