Merge pull request #3315 from Ecco/fix-ci-test-http-git

ci: Fix the "test" task when using stm32-metapac from a CI artifact
This commit is contained in:
Dario Nieuwenhuis 2024-09-05 22:03:16 +00:00 committed by GitHub
commit 54927cc3aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.github/ci/test.sh vendored
View File

@ -8,6 +8,10 @@ export RUSTUP_HOME=/ci/cache/rustup
export CARGO_HOME=/ci/cache/cargo
export CARGO_TARGET_DIR=/ci/cache/target
# needed for "dumb HTTP" transport support
# used when pointing stm32-metapac to a CI-built one.
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cargo test --manifest-path ./embassy-futures/Cargo.toml
cargo test --manifest-path ./embassy-sync/Cargo.toml
cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml