Skip to content

Commit

Permalink
Add testSequential command
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Dec 18, 2015
1 parent ce5015e commit 1a0ace0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ lazy val releaseSettings = {
checkSnapshotDependencies,
inquireVersions,
runClean,
runTest,
releaseStepCommand("testSequential"),
setReleaseVersion,
addReleaseDateToReleaseNotes,
updateVersionInReadme,
Expand Down Expand Up @@ -310,3 +310,13 @@ addCommandAlias("validate", Seq(
"doc",
"docs/tut"
).mkString(";", ";", ""))

addCommandAlias("testSequential", Seq(
"coreJS/test",
"coreJVM/test",
"scalacheckJS/test",
"scalacheckJVM/test",
"scalaz/test",
"scodecJS/test",
"scodecJVM/test"
).mkString(";", ";", ""))

0 comments on commit 1a0ace0

Please sign in to comment.