diff options
| author | klownfish <[email protected]> | 2024-09-11 11:55:50 +0200 |
|---|---|---|
| committer | klownfish <[email protected]> | 2024-09-11 11:55:50 +0200 |
| commit | f0a86d1a344eac1528ce8653c573d1fe840b4083 (patch) | |
| tree | 426b03be0f9306261c8d12e75d58a1fcafcbf2e7 /.github | |
| parent | 0ba91ca555efc75dca603adbb51355c92b2fdb80 (diff) | |
| parent | 7648d42b7f23a2caad29ed6e16123b088ccdc8b5 (diff) | |
Merge branch 'main' of github.com:embassy-rs/embassy
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index 41da644fc..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 |
| @@ -21,7 +25,8 @@ cargo test --manifest-path ./embassy-boot/Cargo.toml --features ed25519-salty | |||
| 21 | 25 | ||
| 22 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote | 26 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote |
| 23 | 27 | ||
| 24 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver | 28 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp2040,_test |
| 29 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp235xa,_test | ||
| 25 | 30 | ||
| 26 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,exti,time-driver-any,exti | 31 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,exti,time-driver-any,exti |
| 27 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti | 32 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti |
