Skip to content

Commit 7bc9f45

Browse files
authored
testsuite: fix quickstart instructions
1 parent d42b8b7 commit 7bc9f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These tests will run automatically as part of CI for every pull-request.
2020
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", MODE="0666"
2121
```
2222
* Connect the nucleo board to your PC via USB
23-
* `cargo run -p testsuite --target thumbv7em-none-eabi --bin pka`
23+
* `cargo test -p testsuite --target thumbv7em-none-eabi --bin pka`
2424

2525
## Sample output
2626

0 commit comments

Comments
 (0)