From b6b0ec4f8ad708c6121902e8a6104c6b87725fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Tue, 15 Jul 2025 16:50:13 -0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83ac503..8b1d853 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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