From 253b013c2a3bb48d212d7a587923a26ae03a31e8 Mon Sep 17 00:00:00 2001 From: Kirill Mikhailov Date: Mon, 8 Jul 2024 11:33:50 +0200 Subject: [PATCH] `run-doc-test` README entry --- xtask/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/xtask/README.md b/xtask/README.md index 1ac702cc7..2e5182d3c 100644 --- a/xtask/README.md +++ b/xtask/README.md @@ -17,6 +17,7 @@ Commands: generate-efuse-fields Generate the eFuse fields source file from a CSV lint-packages Lint all packages in the workspace with clippy run-example Run the given example for the specified chip + run-doc-test Run doctests for specified chip and package run-tests Run all applicable tests or the specified test for a specified chip run-elfs Run all ELFs in a folder help Print this message or the help of the given subcommand(s)