From c2a3e67b0b3dc86b752ec078717e2da0d1a8ba14 Mon Sep 17 00:00:00 2001 From: Abdo Date: Fri, 28 Oct 2022 14:42:32 +0300 Subject: [PATCH] Fix command to run Rust tests in docs (#2147) --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index f5e7a2394..5aaeccb9c 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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: