gitlab-org--gitlab-foss/lib/tasks/test.rake
Takuya Noguchi 95d52c9faf Remove test_ci rake task
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-04-03 07:54:30 +09:00

6 lines
109 B
Ruby

Rake::Task["test"].clear
desc "GitLab | Run all tests"
task :test do
Rake::Task["gitlab:test"].invoke
end