Run tests in `otherUnitTests` task

This commit is contained in:
Martin Duhem 2016-02-24 16:02:22 +01:00
parent 6583779bb7
commit e0dc556dcf
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ def customCommands: Seq[Setting[_]] = Seq(
test.all(safeProjects).value
},
otherUnitTests := {
test.all(otherProjects)
test.all(otherProjects).value
},
commands += Command.command("release-sbt-local") { state =>
"clean" ::