Our fuzz tests are slow. Since it is the nature of fuzz tests to take a long time we should make them separate from other tests with a crate feature guard fuzz-tests or something like that to only run them when this feature is enabled. Otherwise our unit test suite is needlessly slowed down.
Our fuzz tests are slow. Since it is the nature of fuzz tests to take a long time we should make them separate from other tests with a crate feature guard
fuzz-tests
or something like that to only run them when this feature is enabled. Otherwise our unit test suite is needlessly slowed down.