diff options
| author | Caleb Jamison <[email protected]> | 2024-08-12 05:47:16 -0400 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-08-12 05:47:16 -0400 |
| commit | 13cb4314725bb60d2252575f8fd06828e8661064 (patch) | |
| tree | 557ea01cb6545b7f3da792f617c1a9b10ff2b85a /.github | |
| parent | 752fbc662a43b677b7ffb7672b01772b28ff4e1f (diff) | |
Enable rp235x doc tests, fixup feature doc
The rp235x doc test requires an unfortunate workaround using a private
feature, "_test", in order compile.
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index 771251bd1..da0021684 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -21,7 +21,8 @@ cargo test --manifest-path ./embassy-boot/Cargo.toml --features ed25519-salty | |||
| 21 | 21 | ||
| 22 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote | 22 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote |
| 23 | 23 | ||
| 24 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp2040 | 24 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp2040,_test |
| 25 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp235xa,_test | ||
| 25 | 26 | ||
| 26 | 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 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 | 28 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti |
