ci: test embassy-futures.
This commit is contained in:
parent
5178c24cf4
commit
e147f29b5c
1 changed files with 1 additions and 0 deletions
1
.github/ci/test.sh
vendored
1
.github/ci/test.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue