diff options
Diffstat (limited to '.github/ci')
| -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 d014e4bd7..2892bcf8d 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -13,7 +13,7 @@ hashtime save /ci/cache/filetime.json | |||
| 13 | 13 | ||
| 14 | cargo test --manifest-path ./embassy-sync/Cargo.toml | 14 | cargo test --manifest-path ./embassy-sync/Cargo.toml |
| 15 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml | 15 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml |
| 16 | cargo test --manifest-path ./embassy-hal-common/Cargo.toml | 16 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml |
| 17 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue | 17 | cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue |
| 18 | 18 | ||
| 19 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml | 19 | cargo test --manifest-path ./embassy-boot/boot/Cargo.toml |
