diff options
| author | René van Dorst <[email protected]> | 2023-08-20 23:26:22 +0200 |
|---|---|---|
| committer | René van Dorst <[email protected]> | 2023-08-24 00:52:21 +0200 |
| commit | 681165e84c35fcc760977c799aa1372ebdd83f46 (patch) | |
| tree | 8abb8dae96997bc7ed8e67ca7d9fa60b48be8466 /.github | |
| parent | 0a7c061ddcd8db08449546a1121add8e37c6ddbb (diff) | |
add embassy-net-adin1110 to .github/ci/test.sh
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index 2892bcf8d..04f4fc7c4 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -28,3 +28,5 @@ cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --featu | |||
| 28 | 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 |
| 29 | 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 |
| 30 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f769ni,exti,time-driver-any,exti | 30 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f769ni,exti,time-driver-any,exti |
| 31 | |||
| 32 | cargo test --manifest-path ./embassy-net-adin1110/Cargo.toml | ||
