aboutsummaryrefslogtreecommitdiff
path: root/.github/ci
diff options
context:
space:
mode:
authorChris Price <[email protected]>2024-01-09 15:24:34 +0000
committerChris Price <[email protected]>2024-01-09 15:58:01 +0000
commit102e8d8ad6d4a7bc97d8ced018b21e6ef744955f (patch)
treeedeef2ed55fedf091b5d38a879ff4c7bff20c39d /.github/ci
parent9bf655ccd770a56e33c8de63382407538da094e6 (diff)
Add mock-driver to ci features for embassy-time
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index 369f6d221..b16b3c20d 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -11,7 +11,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
11cargo test --manifest-path ./embassy-sync/Cargo.toml 11cargo test --manifest-path ./embassy-sync/Cargo.toml
12cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml 12cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml
13cargo test --manifest-path ./embassy-hal-internal/Cargo.toml 13cargo test --manifest-path ./embassy-hal-internal/Cargo.toml
14cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue 14cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver
15 15
16cargo test --manifest-path ./embassy-boot/boot/Cargo.toml 16cargo test --manifest-path ./embassy-boot/boot/Cargo.toml
17cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek 17cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek