diff options
| author | Rasmus Melchior Jacobsen <[email protected]> | 2023-05-30 13:24:15 +0200 |
|---|---|---|
| committer | Rasmus Melchior Jacobsen <[email protected]> | 2023-05-30 13:24:15 +0200 |
| commit | 392ed64f6f6a02de2440d1e1c1c7f3a784d9d1f8 (patch) | |
| tree | 321ee7c844803c306f0f7a364bebc614e85914f4 /.github | |
| parent | 94046f30ffefc96a7b110ed1d9bb60d64cb4780f (diff) | |
| parent | 1d34078fa11839f88dd2e47a9355c6b35755128f (diff) | |
Merge remote-tracking branch 'upstream/main' into remove-bootloader-partitions
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/build.sh | 1 | ||||
| -rwxr-xr-x | .github/ci/test.sh | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/ci/build.sh b/.github/ci/build.sh index 1c3a7f3b0..30ca1e6f0 100755 --- a/.github/ci/build.sh +++ b/.github/ci/build.sh | |||
| @@ -9,6 +9,7 @@ export CARGO_HOME=/ci/cache/cargo | |||
| 9 | export CARGO_TARGET_DIR=/ci/cache/target | 9 | export CARGO_TARGET_DIR=/ci/cache/target |
| 10 | if [ -f /ci/secrets/teleprobe-token.txt ]; then | 10 | if [ -f /ci/secrets/teleprobe-token.txt ]; then |
| 11 | echo Got teleprobe token! | 11 | echo Got teleprobe token! |
| 12 | export TELEPROBE_HOST=https://teleprobe.embassy.dev | ||
| 12 | export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt) | 13 | export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt) |
| 13 | fi | 14 | fi |
| 14 | 15 | ||
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 |
