diff options
| author | Romain Goyet <[email protected]> | 2024-09-05 18:01:05 -0400 |
|---|---|---|
| committer | Romain Goyet <[email protected]> | 2024-09-05 18:01:05 -0400 |
| commit | ccce870642f295cda901493df422b25d211da503 (patch) | |
| tree | 22932881a5a0d114279dc31977b2e3a38c0eab45 /.github | |
| parent | f0a86070512ad739641cee7d9fa39d63f5c8a9f6 (diff) | |
ci: Fix the "test" task when using stm32-metapac from a CI artifact
Diffstat (limited to '.github')
| -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 |
