Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.rake « tasks « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f19da1bb43791c25b5d9716c6e94eb3b7f63a24e (plain)
1
2
3
4
5
6
Rake::Task["test"].clear

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