diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-10-03 22:14:58 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-10-03 22:14:58 -0500 |
commit | 2a938ad5e773c35bfaec282a150e77032563f059 (patch) | |
tree | 15b1b6e3ac281d73ec1eb4c64c5db60eb0f1c57e | |
parent | f5cba5e6b1f4ed830737c2f4716c88a245bce5c7 (diff) | |
download | rails-2a938ad5e773c35bfaec282a150e77032563f059.tar.gz rails-2a938ad5e773c35bfaec282a150e77032563f059.tar.bz2 rails-2a938ad5e773c35bfaec282a150e77032563f059.zip |
Run AP isolated tests on CI
-rwxr-xr-x | ci/ci_build.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |