diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-09-05 22:03:16 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-05 22:03:16 +0000 |
| commit | 54927cc3aaa557de8ddc6d0588aa401a3f90f85e (patch) | |
| tree | 26af8109c620089392aaec5cc0019efc3e3a9dcf /.github | |
| parent | b8fa5cdf06f54cda1895b6d5e8d3b436dbce08ac (diff) | |
| parent | ccce870642f295cda901493df422b25d211da503 (diff) | |
Merge pull request #3315 from Ecco/fix-ci-test-http-git
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 |
