From 2a938ad5e773c35bfaec282a150e77032563f059 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sat, 3 Oct 2009 22:14:58 -0500 Subject: Run AP isolated tests on CI --- ci/ci_build.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ci') diff --git a/ci/ci_build.rb b/ci/ci_build.rb index fd55444889..b9c321efef 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -66,6 +66,7 @@ cd "#{root_dir}/actionpack" do puts "[CruiseControl] Building ActionPack" puts build_results[:actionpack] = system 'gem bundle && rake' + build_results[:actionpack_isolated] = system 'rake test:isolated' end cd "#{root_dir}/actionmailer" do -- cgit v1.2.3