diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-29 20:07:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-29 20:07:28 +0000 |
| commit | f8a835be2788aab1c32c4171d584f1182b4c3ace (patch) | |
| tree | 749f504d7df34d6c3152c53e21a8550bd063746e /.github | |
| parent | 3b38079490b0c283899cab42308c4feab4c47fdc (diff) | |
| parent | 1a31b03976d73496f649165d9f92c4e19bef93fc (diff) | |
Merge pull request #1506 from embassy-rs/ci-fixes
ci: fix nrf, rp tests.
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index a7140cfd9..d014e4bd7 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -21,7 +21,9 @@ cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features nightly | |||
| 21 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features nightly,ed25519-dalek | 21 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features nightly,ed25519-dalek |
| 22 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features nightly,ed25519-salty | 22 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features nightly,ed25519-salty |
| 23 | 23 | ||
| 24 | #cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nightly,nrf52840,time-driver-rtc1 ## broken doctests | 24 | cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nightly,nrf52840,time-driver-rtc1,gpiote |
| 25 | |||
| 26 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features nightly,time-driver | ||
| 25 | 27 | ||
| 26 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f429vg,exti,time-driver-any,exti | 28 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f429vg,exti,time-driver-any,exti |
| 27 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f732ze,exti,time-driver-any,exti | 29 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f732ze,exti,time-driver-any,exti |
