Skip to content

Commit

Permalink
Undo disabling of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkrishnan committed Jan 15, 2016
1 parent 3c05282 commit b012da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Build.scala
Expand Up @@ -113,7 +113,7 @@ object ScaldingBuild extends Build {
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oF"),

// Uncomment if you don't want to run all the tests before building assembly
test in assembly := {},
// test in assembly := {},
logLevel in assembly := Level.Warn,

// Publishing options:
Expand Down Expand Up @@ -215,6 +215,7 @@ object ScaldingBuild extends Build {
scaldingRepl,
scaldingJson,
scaldingJdbc,
scaldingHadoopTest,
scaldingDb,
maple,
executionTutorial,
Expand Down

0 comments on commit b012da8

Please sign in to comment.