executor: add some tests.

This commit is contained in:
Dario Nieuwenhuis
2023-11-24 21:33:30 +01:00
parent 259cf6192b
commit 1fbc150fd6
4 changed files with 143 additions and 1 deletions

2
.github/ci/test.sh vendored
View File

@ -15,6 +15,8 @@ export CARGO_NET_GIT_FETCH_WITH_CLI=true
hashtime restore /ci/cache/filetime.json || true
hashtime save /ci/cache/filetime.json
MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly
cargo test --manifest-path ./embassy-sync/Cargo.toml
cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml
cargo test --manifest-path ./embassy-hal-internal/Cargo.toml