aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/test.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-11 22:59:50 +0200
committerGitHub <[email protected]>2024-04-11 22:59:50 +0200
commit2a157585d158077c8ce4bb7bcb809cd9d4572deb (patch)
tree50954a83c900633039228ecb5b047db72f723c2c /.github/ci/test.sh
parentb74a4394dba0fe6f8816ad91182ab2d694688017 (diff)
parenta3f8048877e658493b9147a122fab2c788463591 (diff)
Merge pull request #2803 from VegaDeftwing/spelling-and-shellcheck
Spelling and whitespace fixes
Diffstat (limited to '.github/ci/test.sh')
-rwxr-xr-x.github/ci/test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index 8a58939f6..6cb3a4bff 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -8,9 +8,9 @@ export RUSTUP_HOME=/ci/cache/rustup
8export CARGO_HOME=/ci/cache/cargo 8export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target 9export CARGO_TARGET_DIR=/ci/cache/target
10 10
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,mock-driver 14cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver
15cargo test --manifest-path ./embassy-time-driver/Cargo.toml 15cargo test --manifest-path ./embassy-time-driver/Cargo.toml
16 16