Merge pull request #2479 from Duhemm/wip/run-other-unit-tests

Run tests in `otherUnitTests` task
This commit is contained in:
Dale Wijnand 2016-02-24 17:49:03 +00:00
commit a6aca312bb
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" ::