diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 17:17:36 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 17:17:58 +0100 |
| commit | 75b05fb3447c449ed14648edbf8382d046acafea (patch) | |
| tree | f025105ae7449df92f5f42abda0d3bdf094e774d /.github/ci/test.sh | |
| parent | 650f5661495e5c0d6fe25bd3742058a02ac0bae1 (diff) | |
time: docs improvements, add ci.
Diffstat (limited to '.github/ci/test.sh')
| -rwxr-xr-x | .github/ci/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index b16b3c20d..b6a5bcd56 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -12,6 +12,7 @@ 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,mock-driver | 14 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver |
| 15 | cargo test --manifest-path ./embassy-time-driver/Cargo.toml | ||
| 15 | 16 | ||
| 16 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml | 17 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml |
| 17 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek | 18 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek |
