aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/test.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-14 22:21:19 +0200
committerDario Nieuwenhuis <[email protected]>2024-04-14 22:30:31 +0200
commite147f29b5ccbe94fb0703a4cb37ce6a403c321f3 (patch)
treed0467ba0bed996854352f623493a2e25fca349a7 /.github/ci/test.sh
parent5178c24cf4b0fcf4ac25f76b5456cf96e745a2be (diff)
ci: test embassy-futures.
Diffstat (limited to '.github/ci/test.sh')
-rwxr-xr-x.github/ci/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index 6cb3a4bff..41da644fc 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -8,6 +8,7 @@ export RUSTUP_HOME=/ci/cache/rustup
8export CARGO_HOME=/ci/cache/cargo 8export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target 9export CARGO_TARGET_DIR=/ci/cache/target
10 10
11cargo test --manifest-path ./embassy-futures/Cargo.toml
11cargo test --manifest-path ./embassy-sync/Cargo.toml 12cargo test --manifest-path ./embassy-sync/Cargo.toml
12cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml 13cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml
13cargo test --manifest-path ./embassy-hal-internal/Cargo.toml 14cargo test --manifest-path ./embassy-hal-internal/Cargo.toml