rust-jsonrpc icon indicating copy to clipboard operation
rust-jsonrpc copied to clipboard

Add `--cfg fuzzing` build to CI

Open casey opened this issue 2 years ago • 2 comments

So that the fuzzing target stays healthy

casey avatar Jan 18 '23 19:01 casey

We need to do more than add the --cfg -- we need to run cargo test in the fuzz/ directory as well.

apoelstra avatar Jan 18 '23 19:01 apoelstra

I think this can be closed after #119 and #120 go in?

tcharding avatar May 31 '24 02:05 tcharding