Add just fuzz convenience command.

This commit is contained in:
Ethiraric 2024-10-19 03:29:01 +02:00
parent 42c84079c3
commit a704716f86
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -5,3 +5,5 @@
/parser/coverage.sh
/target
*.swp
fuzz/artifacts
fuzz/corpus

View file

@ -11,3 +11,5 @@ before_commit:
cargo build --release --package bench_compare --bin bench_compare --manifest-path bench/tools/bench_compare/Cargo.toml
RUSTDOCFLAGS="-D warnings" cargo doc --all-features
fuzz:
CARGO_PROFILE_RELEASE_LTO=false cargo +nightly fuzz run parse