Skip to content

fuzz_it_all: Add a step where we run the fuzzers on the corpus alone.

Nick Mathewson requested to merge nickm/arti:static_fuzzing into main

This is part of #1350. With this change, it's reasonable to have a CI step that uses maint/fuzz_it_all -n to make sure that every fuzzer builds and runs happily with its input corpus, but which doesn't actually do any fuzzing.

Edited by Nick Mathewson

Merge request reports