Allow to specify number of retries with an env variable
Simply set `RETRIES=1 bin/rspec ...` and the example will be retried
once.
This can be useful when locally debugging examples that only pass on
retries on the CI, without having to set `CI=1`, which has side-effects.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Showing
Please register or sign in to comment