Fix command to run Rust tests in docs (#2147)

This commit is contained in:
Abdo 2022-10-28 14:42:32 +03:00 committed by GitHub
parent 798debe1f1
commit 1b84707f64

View file

@ -116,7 +116,7 @@ To run all tests, use `//...` instead.
To run a single Rust unit test with output, eg 'unbury':
```
bazel run rslib:unit_tests -- --nocapture unbury
bazel run rslib:anki_tests -- --nocapture unbury
```
To run a single Python library test, eg test_bury: