* test(fuzz): Migrate to afl++ for fuzzing * build: Exclude new fuzz binaries * chore: Fix new warning * ci: Use cargo action for format check * deps: Update constant_time_eq and flate2 * ci: Bug fix for file paths * ci: Bug fix: working directory is parent of repository root * ci: Bug fix: remove stray `cd` commands * ci: Bug fix? Make paths explicitly descend from workspace root * ci: Bug fix? Assume github.workspace is the repo root * test(fuzz): Commit files that were previously missing * ci(fuzz): Bug fix for fuzz_write_with_no_features * ci(fuzz): Bug fix: no -V arg for cmin * ci(fuzz): Bug fix: no -a arg for cmin * Bug fix: replace colons with dashes in filenames * style: Fix 2 clippy warnings * style: Fix another clippy warning in some configs * ci(fuzz): Enable renaming in all fuzz jobs * ci(fuzz): Fix: need to rename files in multiple dirs Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> * ci(fuzz): Install `rename` tool * ci(fuzz): Fix redundant steps and too-late install of `rename` * ci(fuzz): fix? replace multiple colons --------- Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
6 lines
69 B
Text
6 lines
69 B
Text
Cargo.lock
|
|
target
|
|
.DS_Store
|
|
\.idea/
|
|
/fuzz_read/out/
|
|
/fuzz_write/out/
|