gitlab-org--gitlab-foss/lib/tasks/test.rake

7 lines
109 B
Ruby

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