Add just fuzz
convenience command.
This commit is contained in:
parent
42c84079c3
commit
a704716f86
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@
|
|||
/parser/coverage.sh
|
||||
/target
|
||||
*.swp
|
||||
fuzz/artifacts
|
||||
fuzz/corpus
|
||||
|
|
2
justfile
2
justfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue