aboutsummaryrefslogtreecommitdiff
path: root/.github/ci
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-07-28 13:23:22 +0200
committerGitHub <[email protected]>2023-07-28 13:23:22 +0200
commit036e6ae30c9e772ef8ef20439f121e108b9106f0 (patch)
tree7c654de04304274a11d44733b51c5012aeec9e3c /.github/ci
parent0ced8400d00da30abe76438ef26224c7ed649708 (diff)
Rename embassy-hal-common to embassy-hal-internal, document it's for internal use only. (#1700)
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/test.sh2
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
14cargo test --manifest-path ./embassy-sync/Cargo.toml 14cargo test --manifest-path ./embassy-sync/Cargo.toml
15cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml 15cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml
16cargo test --manifest-path ./embassy-hal-common/Cargo.toml 16cargo test --manifest-path ./embassy-hal-internal/Cargo.toml
17cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue 17cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue
18 18
19cargo test --manifest-path ./embassy-boot/boot/Cargo.toml 19cargo test --manifest-path ./embassy-boot/boot/Cargo.toml