aboutsummaryrefslogtreecommitdiff
path: root/.github/ci
diff options
context:
space:
mode:
authorBadr Bouslikhin <[email protected]>2024-09-06 18:37:30 +0200
committerGitHub <[email protected]>2024-09-06 18:37:30 +0200
commit55f41da66c1b6ed9ef4aea8e91977d6ab46c3523 (patch)
tree1765ed2ccd6c699d482a71be03b99c4b32b1cb22 /.github/ci
parentf6d92b76111d8619c92b13aa28e765abe356465c (diff)
parent1cf778904d597a5bc01a4b7862f965681636faf1 (diff)
Merge branch 'embassy-rs:main' into main
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/test.sh4
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
8export CARGO_HOME=/ci/cache/cargo 8export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target 9export 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.
13export CARGO_NET_GIT_FETCH_WITH_CLI=true
14
11cargo test --manifest-path ./embassy-futures/Cargo.toml 15cargo test --manifest-path ./embassy-futures/Cargo.toml
12cargo test --manifest-path ./embassy-sync/Cargo.toml 16cargo test --manifest-path ./embassy-sync/Cargo.toml
13cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml 17cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml