From 6965f9e385e93fbcfcf6b9f379e0a1ce2b180781 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Wed, 12 Jun 2019 12:16:07 -0700 Subject: [PATCH] Re-add `rake test:` Signed-off-by: Miah Johnson --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 059462e80..33a2b240c 100755 --- a/Rakefile +++ b/Rakefile @@ -48,6 +48,7 @@ GLOBS = [ # run tests task default: ["test:lint", "test:default"] +task test: ["test:lint", "test:default"] namespace :test do