rust-jsonrpc
rust-jsonrpc copied to clipboard
Add `--cfg fuzzing` build to CI
So that the fuzzing target stays healthy
We need to do more than add the --cfg
-- we need to run cargo test
in the fuzz/
directory as well.
I think this can be closed after #119 and #120 go in?