From 102e8d8ad6d4a7bc97d8ced018b21e6ef744955f Mon Sep 17 00:00:00 2001 From: Chris Price Date: Tue, 9 Jan 2024 15:24:34 +0000 Subject: Add mock-driver to ci features for embassy-time --- .github/ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/ci') 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 cargo test --manifest-path ./embassy-sync/Cargo.toml cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml cargo test --manifest-path ./embassy-hal-internal/Cargo.toml -cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue +cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver cargo test --manifest-path ./embassy-boot/boot/Cargo.toml cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek -- cgit