0
0
Fork 0

build: run unit tests locally

This commit is contained in:
Jannik Beyerstedt 2026-06-01 13:53:42 +02:00
commit 933106b7ea
5 changed files with 63 additions and 16 deletions

View file

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