apoelstra / rust-jsonrpc

Rust JSONRPC library
Creative Commons Zero v1.0 Universal
156 stars 61 forks source link

Add `--cfg fuzzing` build to CI #83

Open casey opened 1 year ago

casey commented 1 year ago

So that the fuzzing target stays healthy

apoelstra commented 1 year ago

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

tcharding commented 1 month ago

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