提交 95d52c9f 编写于 作者: T Takuya Noguchi

Remove test_ci rake task

Signed-off-by: NTakuya Noguchi <takninnovationresearch@gmail.com>
上级 f2e6a738
---
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册