summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 34a60ea96..c698a414c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -163,6 +163,9 @@ namespace :ci do
ENV['CI_REPORTS'] = 'results'
end
+ desc "Run all CI tests"
+ task :all => [:unit, :spec]
+
desc "Run CI Unit tests"
task :unit => [:prep, 'ci:setup:testunit'] do
sh "cd test; rake test; exit 0"