mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-18 23:50:35 +00:00
Update CONTRIBUTING.md (#849)
This commit is contained in:
parent
cffa37741a
commit
7a6c4ecfb1
@ -39,11 +39,11 @@ We use snapshots to do UI testing and guarantee a consistent output, this way, y
|
||||
|
||||
```sh
|
||||
cargo test
|
||||
# Only run UI tests
|
||||
cargo test -- ui
|
||||
# Or, if you only want to run UI tests
|
||||
# cargo test -- ui
|
||||
```
|
||||
|
||||
- If some UI test failed, you should review it:
|
||||
- If some UI test failed, you should review them (requires `cargo install cargo-insta`):
|
||||
|
||||
```sh
|
||||
cargo insta review
|
||||
|
Loading…
x
Reference in New Issue
Block a user