diff --git a/hil-test/README.md b/hil-test/README.md index 9ba953aa0..3deee6129 100644 --- a/hil-test/README.md +++ b/hil-test/README.md @@ -25,13 +25,13 @@ cargo install probe-rs-tools \ Target device **MUST** connected via its USB-Serial-JTAG port, or if unavailable (eg. ESP32, ESP32-C2, ESP32-S2) then you must connect a compatible debug probe such as an [ESP-Prog]. -You can run all tests for a given device by running the following command from the `xtask` folder: +You can run all tests for a given device by running the following command from the workspace root: ```shell cargo xtask run-tests $CHIP ``` -For running a single test on a target, from the `xtask` folder run: +To run a single test on a target, run the following command from the workspace root: ```shell # Run GPIO tests for ESP32-C6