From e0dc556dcf0df6301ee64e8756e292b12ce5e8e1 Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Wed, 24 Feb 2016 16:02:22 +0100 Subject: [PATCH] Run tests in `otherUnitTests` task --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 127a92dbb..80c82babc 100644 --- a/build.sbt +++ b/build.sbt @@ -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" ::