apint
apint copied to clipboard
Make fuzz tests optional
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.