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 951c80a4e9
commit c2a3e67b0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: