ci: test embassy-futures.

This commit is contained in:
Dario Nieuwenhuis 2024-04-14 22:21:19 +02:00
parent 5178c24cf4
commit e147f29b5c

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

@ -8,6 +8,7 @@ export RUSTUP_HOME=/ci/cache/rustup
export CARGO_HOME=/ci/cache/cargo
export CARGO_TARGET_DIR=/ci/cache/target
cargo test --manifest-path ./embassy-futures/Cargo.toml
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