Commit 8a78c4ea authored by Yorick Peterse's avatar Yorick Peterse

Exclude benchmarks from the spec Rake task

parent 471671f8
......@@ -42,7 +42,7 @@ desc "GitLab | Run specs"
task :spec do
cmds = [
%W(rake gitlab:setup),
%W(rspec spec),
%W(rspec spec --tag ~@benchmark),
]
run_commands(cmds)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment