diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-14 22:30:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-14 22:30:46 +0200 |
| commit | 70283f128a0ff246c8793f81b9f7c5153431eb9b (patch) | |
| tree | d0467ba0bed996854352f623493a2e25fca349a7 /.github | |
| parent | 2f5023f4a725cba2b3d34c4b23ab5781c556b49c (diff) | |
| parent | e147f29b5ccbe94fb0703a4cb37ce6a403c321f3 (diff) | |
Merge pull request #2795 from simpkins/futures_test
Fix embassy-futures test failure
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test.sh | 1 |
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 | |||
| 8 | export CARGO_HOME=/ci/cache/cargo | 8 | export CARGO_HOME=/ci/cache/cargo |
| 9 | export CARGO_TARGET_DIR=/ci/cache/target | 9 | export CARGO_TARGET_DIR=/ci/cache/target |
| 10 | 10 | ||
| 11 | cargo test --manifest-path ./embassy-futures/Cargo.toml | ||
| 11 | cargo test --manifest-path ./embassy-sync/Cargo.toml | 12 | cargo test --manifest-path ./embassy-sync/Cargo.toml |
| 12 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml | 13 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml |
| 13 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml | 14 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml |
