diff options
| author | Badr Bouslikhin <[email protected]> | 2024-09-06 18:37:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-06 18:37:30 +0200 |
| commit | 55f41da66c1b6ed9ef4aea8e91977d6ab46c3523 (patch) | |
| tree | 1765ed2ccd6c699d482a71be03b99c4b32b1cb22 /.github/ci | |
| parent | f6d92b76111d8619c92b13aa28e765abe356465c (diff) | |
| parent | 1cf778904d597a5bc01a4b7862f965681636faf1 (diff) | |
Merge branch 'embassy-rs:main' into main
Diffstat (limited to '.github/ci')
| -rwxr-xr-x | .github/ci/test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index da0021684..0de265049 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -8,6 +8,10 @@ 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 | # needed for "dumb HTTP" transport support | ||
| 12 | # used when pointing stm32-metapac to a CI-built one. | ||
| 13 | export CARGO_NET_GIT_FETCH_WITH_CLI=true | ||
| 14 | |||
| 11 | cargo test --manifest-path ./embassy-futures/Cargo.toml | 15 | cargo test --manifest-path ./embassy-futures/Cargo.toml |
| 12 | cargo test --manifest-path ./embassy-sync/Cargo.toml | 16 | cargo test --manifest-path ./embassy-sync/Cargo.toml |
| 13 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml | 17 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml |
