summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNadrieril2020-04-14 15:31:12 +0100
committerNadrieril2020-06-24 22:13:53 +0100
commitd99bd58171dfb07cbc7979d093fbc94a74afa0f9 (patch)
treef62569cde140620ed35dcfea68c2951d5002db16 /README.md
parent23841922f0fdbb5d2eba9a0651cd46de86d96305 (diff)
docs: recommend `-q` flag when testing
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d140ae..70007ef 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ $ cargo build
```
```bash
-$ cargo test
+$ cargo test -- -q
```
You can also run tests individually by their name: