Skip to content

Commit 997140b

Browse files
committed
Fix incorrect info in README
1 parent d4361a1 commit 997140b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ a number of fantastic resources available to help.
7373

7474
## Running unit tests
7575

76-
First, you'll need to install the `aarch64-unknown-linux-gnu` target to run unit tests.
76+
If you're on a linux host, you can simply run unit tests with:
7777

78-
If you're on a linux host, you can to run unit tests with `cargo test`.
78+
cargo test --target x86_64-unknown-linux-gnu --tests --features stm32h503
7979

8080
If you're not, you'll need to install [`cross`](https://github.com/cross-rs/cross), which is a cross compilation tool. See the `cross` instructions for details of installation and use. Once that is installed, using `cross test` will run the unit tests within a docker image.
8181

0 commit comments

Comments
 (0)