PSeitz / lz4_flex

Fastest pure Rust implementation of LZ4 compression/decompression.
MIT License
441 stars 28 forks source link

CI fuzz tests don't work #96

Closed griffi-gh closed 1 year ago

griffi-gh commented 1 year ago

Your fuzz steps in GH Actions are broken!

Run for fuzz_test in `cargo fuzz list`; do cargo fuzz run $fuzz_test --no-default-features -- -max_total_time=30 || exit 1; done
error: no such command: `fuzz`

    Did you mean `fix`?

    View all installed commands with `cargo --list`

You probably need to add a step that installs cargo-fuzz

PSeitz commented 1 year ago

Thanks for the bug report, It's reenabled now