rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
206 stars 44 forks source link

Migrate to using `cargo fuzz` in CI #91

Closed alexcrichton closed 2 years ago

alexcrichton commented 2 years ago

This commit migrates CI to using the cargo fuzz binary with its settings for compiling Rust code to avoid mismatches like the codegen unit issue found in #89