Fix hil-test xtask instruction (#2062)

* Fix hil-test xtask instruction

* Fix another mention
This commit is contained in:
Dániel Buga 2024-09-02 16:08:17 +02:00 committed by GitHub
parent 447411fb58
commit 580222758e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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