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: b24817468c6eeb4991244160a4b78d9e1591ed1c (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

Rake::Task["test"].clear

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