When I run `JAZZER_FUZZ=1 mvn test` and JAZZER runs it only fuzzes *ONE* method annotated with `@FuzzTest` then exists. How do I run them all ?
When I run
JAZZER_FUZZ=1 mvn testand JAZZER runs it only fuzzes ONE method annotated with@FuzzTestthen exists.How do I run them all ?