diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-10-20 23:48:58 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-10-20 23:54:17 +0200 |
| commit | 8f9826872332fb0d2abd3ffc3889ff4c0e1c3909 (patch) | |
| tree | cb9672e8a39c563fb53b1c5f7519bbc0eaa0b503 /.github/ci/test.sh | |
| parent | f0de0493084759a5e7310c816919996b201f0bc4 (diff) | |
executor: add compile-fail / ui tests.
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 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. |
| 13 | export CARGO_NET_GIT_FETCH_WITH_CLI=true | 13 | export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 14 | 14 | ||
| 15 | cargo test --manifest-path ./embassy-executor/Cargo.toml | ||
| 15 | cargo test --manifest-path ./embassy-futures/Cargo.toml | 16 | cargo test --manifest-path ./embassy-futures/Cargo.toml |
| 16 | cargo test --manifest-path ./embassy-sync/Cargo.toml | 17 | cargo test --manifest-path ./embassy-sync/Cargo.toml |
| 17 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml | 18 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml |
