mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Fix command to run Rust tests in docs (#2147)
This commit is contained in:
parent
951c80a4e9
commit
c2a3e67b0b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ To run all tests, use `//...` instead.
|
||||||
To run a single Rust unit test with output, eg 'unbury':
|
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:
|
To run a single Python library test, eg test_bury:
|
||||||
|
|
Loading…
Reference in a new issue