aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/test.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 18:55:59 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 18:55:59 +0100
commite0775fbc8ab1ecc83bce42fe6e11accf481bc9e1 (patch)
tree3d5119500fbb8627829e54e6bc999c3689ab4a0f /.github/ci/test.sh
parentb452a6bcf6858893a85882614e2dcde5a3405748 (diff)
Flatten embassy-boot dir tree
Diffstat (limited to '.github/ci/test.sh')
-rwxr-xr-x.github/ci/test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index b6a5bcd56..8a58939f6 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -14,9 +14,9 @@ cargo test --manifest-path ./embassy-hal-internal/Cargo.toml
14cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver 14cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver
15cargo test --manifest-path ./embassy-time-driver/Cargo.toml 15cargo test --manifest-path ./embassy-time-driver/Cargo.toml
16 16
17cargo test --manifest-path ./embassy-boot/boot/Cargo.toml 17cargo test --manifest-path ./embassy-boot/Cargo.toml
18cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek 18cargo test --manifest-path ./embassy-boot/Cargo.toml --features ed25519-dalek
19cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-salty 19cargo test --manifest-path ./embassy-boot/Cargo.toml --features ed25519-salty
20 20
21cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote 21cargo test --manifest-path ./embassy-nrf/Cargo.toml --no-default-features --features nrf52840,time-driver-rtc1,gpiote
22 22