Skip to content
Snippets Groups Projects
Commit 8a78c4ea authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Exclude benchmarks from the spec Rake task

parent 471671f8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment