diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-07-09 01:18:04 +0200 |
|---|---|---|
| committer | diondokter <[email protected]> | 2025-08-29 13:22:59 +0200 |
| commit | da9cdf0c536ec4fa7bdfb649750c44f70ef1cd55 (patch) | |
| tree | a080b8663037d8d4af8fc3998360faa80c45fb02 /.github/ci/test.sh | |
| parent | 2ba34ce2178d576f339f0b0dac70ac125f81cc5b (diff) | |
executor: add "task metadata" concept, make name a task metadata.
Diffstat (limited to '.github/ci/test.sh')
| -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 c9b332cf8..33dfa48c9 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -12,7 +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-executor/Cargo.toml --features metadata-name |
| 16 | cargo test --manifest-path ./embassy-futures/Cargo.toml | 16 | cargo test --manifest-path ./embassy-futures/Cargo.toml |
| 17 | cargo test --manifest-path ./embassy-sync/Cargo.toml | 17 | cargo test --manifest-path ./embassy-sync/Cargo.toml |
| 18 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml | 18 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml |
