Workflow: Provide mechanism to allow rspec failures only
* Adding this configuration makes it a bit easier on the Engineer mangling with rspec * With this we can now `rspec --only-failures` which removes tests that succeeded from being run the next time it is executed * This should improve the time to development if this flag is utilized * This flag writes some data out that should be ignored during commit * We ensure that we do not write this data out when rspec is run inside of CI
parent
ea58ae0b4c70
No related branches found
No related tags found
Please register or sign in to comment