build: run unit tests locally
This commit is contained in:
parent
9a6491c393
commit
933106b7ea
5 changed files with 63 additions and 16 deletions
|
|
@ -29,3 +29,10 @@ Connect your ESP32-C5 and run:
|
|||
```
|
||||
cargo run --release
|
||||
```
|
||||
|
||||
### Run Unit Tests on Host
|
||||
The unit tests in this project are meant to be run on the host:
|
||||
|
||||
```
|
||||
cargo test --target host-tuple --bin test --no-default-features -F std,spat
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue