aboutsummaryrefslogtreecommitdiff
path: root/.github/ci
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-08-12 00:02:15 +0200
committerCaleb Jamison <[email protected]>2024-08-12 03:25:41 -0400
commit9dc4375f185d5098d9b61116bb5c5279e7298222 (patch)
tree69efe3704a609b9d802c678facb3404d16e8c7eb /.github/ci
parent0d41566c245d6e4cf5359b237b61b578f81a0524 (diff)
rp: update PAC, fix CI.
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index 41da644fc..771251bd1 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -21,7 +21,7 @@ cargo test --manifest-path ./embassy-boot/Cargo.toml --features ed25519-salty
21 21
22cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote 22cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote
23 23
24cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver 24cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp2040
25 25
26cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,exti,time-driver-any,exti 26cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,exti,time-driver-any,exti
27cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti 27cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti