summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index ad916f91..1033fc48 100755
--- a/build.sc
+++ b/build.sc
@@ -30,7 +30,6 @@ trait MillModule extends ScalaModule{ outer =>
val test = new Tests(implicitly)
class Tests(ctx0: mill.define.Ctx) extends mill.Module()(ctx0) with super.Tests{
- def defaultCommandName() = "forkTest"
def forkArgs = T{ testArgs() }
def moduleDeps =
if (this == core.test) Seq(core)