summaryrefslogtreecommitdiff
path: root/lib/tasks/test.rake
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