Commit cdc7d5a6 authored by Robert Speicher's avatar Robert Speicher

Merge branch '44902-remove-rake-test-ci' into 'master'

Remove Rake test_ci task

Closes #44902

See merge request gitlab-org/gitlab-ce!18139
parents 20986535 95d52c9f
---
title: Remove test_ci rake task
merge_request: 18139
author: Takuya Noguchi
type: other
......@@ -4,8 +4,3 @@ desc "GitLab | Run all tests"
task :test do
Rake::Task["gitlab:test"].invoke
end
unless Rails.env.production?
desc "GitLab | Run all tests on CI with simplecov"
task test_ci: [:rubocop, :brakeman, :karma, :spinach, :spec]
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment