diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-10 10:51:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-10 10:51:28 +0000 |
| commit | 0027a76bb61f19fcae1fe588ba3ff62660d7f7e3 (patch) | |
| tree | 518c63af122389b958b5fb5e635abb91434512d1 /.github | |
| parent | c223697e288369ebf1bb02393e55f0ade3581d8a (diff) | |
| parent | 3db8655e25bf40d0f0b72e557a8d6e3d156119c8 (diff) | |
Merge pull request #2420 from chrisprice/mock-driver
Extend mock time driver to support alarms
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test.sh | 2 |
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 | |||
| 11 | cargo test --manifest-path ./embassy-sync/Cargo.toml | 11 | cargo test --manifest-path ./embassy-sync/Cargo.toml |
| 12 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml | 12 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml |
| 13 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml | 13 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml |
| 14 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue | 14 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver |
| 15 | 15 | ||
| 16 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml | 16 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml |
| 17 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek | 17 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek |
