mirror of
https://github.com/oxalica/nil.git
synced 2024-11-22 11:22:46 +03:00
Add instructions to run fuzzer
This commit is contained in:
parent
f36ec4af63
commit
9bc685c1c8
4
crates/syntax/fuzz/README.md
Normal file
4
crates/syntax/fuzz/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
To run fuzzer:
|
||||
1. Enter dev-shell `fuzz` of top-level `flake.nix`
|
||||
2. `cd` to this directory
|
||||
3. Run `cargo fuzz run -j <NUM_THREADS> parser`
|
Loading…
Reference in New Issue
Block a user