summary refs log tree commit
diff options
context:
space:
mode:
authorJames Tucker <jftucker@gmail.com>2015-01-06 10:15:43 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-02-19 10:57:39 -0800
commitd4cba58f381d3edd8d793ecfc85ab28e4b68275c (patch)
tree09eed74dbfbd0a6d73cbd3e62343042773c1474b
parentbe61e5a87e8a3ee5b2fd59e1088e4c138289080d (diff)
downloadrack-d4cba58f381d3edd8d793ecfc85ab28e4b68275c.tar.gz
Run all the tests on ci, we have the pkgs
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e2f3381b..a11c2f7e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -90,7 +90,7 @@ task :test => 'SPEC' do
 end
 
 desc "Run all the tests we run on CI"
-task :ci => :test
+task :ci => :fulltest
 
 desc "Run all the tests"
 task :fulltest => %w[SPEC chmod] do