Skip to content

--no-fail-fast option sets fail-fast to false.

gitlab-qa-bot requested to merge github/fork/Nerian/counter_fail_fast into master

Created by: Nerian

This adds a --no-fail-fast option that sets the fail-fast option to false.

This is useful in the case that you wish to use --fail-fast as a default in .rspec but deactivate it when using Guard.

Merge request reports