mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-07 05:13:12 +00:00
21d29a4cf6
This has duplicated changes with #1442 that will likely conflict and need rebase. Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1444 Reviewed-by: Alex <lx@deuxfleurs.fr>
Fuzzing
Setup
Install cargo fuzz: cargo install cargo-fuzz
Launch
Run cargo fuzz run <fuzz_target> where <fuzz_target> is the name (without extension) of one of the .rs files in the fuzz_targets directory.
If you launch the command outside of the fuzz directory, you need to force the nightly toolchain with cargo +nightly.