Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Do not update conformance tests in test:conformance rake task.
Browse files Browse the repository at this point in the history
  • Loading branch information
KL-7 committed Jan 9, 2014
1 parent 8297017 commit 767f336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -41,7 +41,7 @@ namespace :test do
end

desc "Run conformance test suite"
task :conformance => ['conformance:latest', 'conformance:run'] do
task :conformance => ['conformance:update', 'conformance:run'] do
end
end

Expand Down

0 comments on commit 767f336

Please sign in to comment.