aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/test.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-10-20 23:48:58 +0200
committerDario Nieuwenhuis <[email protected]>2024-10-20 23:54:17 +0200
commit8f9826872332fb0d2abd3ffc3889ff4c0e1c3909 (patch)
treecb9672e8a39c563fb53b1c5f7519bbc0eaa0b503 /.github/ci/test.sh
parentf0de0493084759a5e7310c816919996b201f0bc4 (diff)
executor: add compile-fail / ui tests.
Diffstat (limited to '.github/ci/test.sh')
-rwxr-xr-x.github/ci/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index 0de265049..0fe088bfe 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -12,6 +12,7 @@ export CARGO_TARGET_DIR=/ci/cache/target
12# used when pointing stm32-metapac to a CI-built one. 12# used when pointing stm32-metapac to a CI-built one.
13export CARGO_NET_GIT_FETCH_WITH_CLI=true 13export CARGO_NET_GIT_FETCH_WITH_CLI=true
14 14
15cargo test --manifest-path ./embassy-executor/Cargo.toml
15cargo test --manifest-path ./embassy-futures/Cargo.toml 16cargo test --manifest-path ./embassy-futures/Cargo.toml
16cargo test --manifest-path ./embassy-sync/Cargo.toml 17cargo test --manifest-path ./embassy-sync/Cargo.toml
17cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml 18cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml