I am having an inconsistent output when running a unit test. Most of the times the unit test passes without any issue, it's rare to have it failed.
Is there any cargo test parameter that might help to keep re-running the unit test until an error is encountered?