Ark
Ark copied to clipboard
CI: add a fuzzing step
The problem
Having a fuzzing step in the CI can help detecting bugs faster.
Proposed solution
See for an example of how to fuzz https://github.com/SuperFola/parser-combinators/blob/aa5070d/.github/workflows/ci.yml#L217