diff options
| author | Dion Dokter <[email protected]> | 2025-05-01 10:35:10 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2025-05-01 10:35:10 +0200 |
| commit | ace20f40ad1b2168c9d2b78155c0cf29244bc456 (patch) | |
| tree | aff542bb75acc0c612e39a423aae21744b1b15ab /.github/ci | |
| parent | f713f170a1a38a3eaa48ac535b211370f71d39aa (diff) | |
Maybe fixed all CI
Diffstat (limited to '.github/ci')
| -rwxr-xr-x | .github/ci/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index c78865e54..88962a533 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -29,8 +29,8 @@ cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --feat | |||
| 29 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp2040,_test | 29 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp2040,_test |
| 30 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp235xa,_test | 30 | cargo test --manifest-path ./embassy-rp/Cargo.toml --no-default-features --features time-driver,rp235xa,_test |
| 31 | 31 | ||
| 32 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,exti,time-driver-any,exti | 32 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f429vg,exti,time-driver-any,exti,dual-bank |
| 33 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti | 33 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f732ze,exti,time-driver-any,exti |
| 34 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f769ni,exti,time-driver-any,exti | 34 | cargo test --manifest-path ./embassy-stm32/Cargo.toml --no-default-features --features stm32f769ni,exti,time-driver-any,exti,single-bank |
| 35 | 35 | ||
| 36 | cargo test --manifest-path ./embassy-net-adin1110/Cargo.toml | 36 | cargo test --manifest-path ./embassy-net-adin1110/Cargo.toml |
