mirror of https://github.com/sbt/sbt.git
Merge pull request #2479 from Duhemm/wip/run-other-unit-tests
Run tests in `otherUnitTests` task
This commit is contained in:
commit
a6aca312bb
|
|
@ -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