docs: updates development.md with more convenient commands

This commit is contained in:
James Liu 2024-11-04 15:09:25 -05:00
parent c1b761a704
commit 0f694dddd8
No known key found for this signature in database
GPG key ID: 4D83DC1EBB6E0DF5

View file

@ -3,7 +3,7 @@
```shell
cargo fmt -- --check
cargo test --all-features
cargo clippy --allow-dirty --allow-staged
cargo clippy --fix --lib -p orgize --allow-dirty --allow-staged
```
## Update snapshot testing
@ -18,8 +18,8 @@ cargo insta review
```shell
cargo install cargo-fuzz
rustup default nightly
cargo fuzz run fuzz_target_1
rustup toolchain install nightly
cargo +nightly fuzz run fuzz_target_1
```
## Benchmark