diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-24 21:33:30 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-24 23:52:09 +0100 |
| commit | 1fbc150fd6392d8268aa35d15380c02e363c4eb8 (patch) | |
| tree | 895711da5ee33944f5374c1572a4d60e370a1640 /.github/ci | |
| parent | 259cf6192b920dff4cce0486488d929bf4e05b96 (diff) | |
executor: add some tests.
Diffstat (limited to '.github/ci')
| -rwxr-xr-x | .github/ci/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index af0f21c2a..e48d6e65b 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -15,6 +15,8 @@ export CARGO_NET_GIT_FETCH_WITH_CLI=true | |||
| 15 | hashtime restore /ci/cache/filetime.json || true | 15 | hashtime restore /ci/cache/filetime.json || true |
| 16 | hashtime save /ci/cache/filetime.json | 16 | hashtime save /ci/cache/filetime.json |
| 17 | 17 | ||
| 18 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly | ||
| 19 | |||
| 18 | cargo test --manifest-path ./embassy-sync/Cargo.toml | 20 | cargo test --manifest-path ./embassy-sync/Cargo.toml |
| 19 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml | 21 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml |
| 20 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml | 22 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml |
