95d52c9faf
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
6 lines
109 B
Ruby
6 lines
109 B
Ruby
Rake::Task["test"].clear
|
|
|
|
desc "GitLab | Run all tests"
|
|
task :test do
|
|
Rake::Task["gitlab:test"].invoke
|
|
end
|