aboutsummaryrefslogtreecommitdiff
path: root/.github/ci
diff options
context:
space:
mode:
authorRenĂ© van Dorst <[email protected]>2023-08-20 23:26:22 +0200
committerRenĂ© van Dorst <[email protected]>2023-08-24 00:52:21 +0200
commit681165e84c35fcc760977c799aa1372ebdd83f46 (patch)
tree8abb8dae96997bc7ed8e67ca7d9fa60b48be8466 /.github/ci
parent0a7c061ddcd8db08449546a1121add8e37c6ddbb (diff)
add embassy-net-adin1110 to .github/ci/test.sh
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/test.sh2
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
28cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f429vg,exti,time-driver-any,exti 28cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f429vg,exti,time-driver-any,exti
29cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f732ze,exti,time-driver-any,exti 29cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f732ze,exti,time-driver-any,exti
30cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f769ni,exti,time-driver-any,exti 30cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features nightly,stm32f769ni,exti,time-driver-any,exti
31
32cargo test --manifest-path ./embassy-net-adin1110/Cargo.toml