diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-24 22:57:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-24 22:57:46 +0000 |
| commit | 47bac9df70492cd9c1b1f8617c1abc1209ee3338 (patch) | |
| tree | 2915a74fde18bdca6fa4d4e98739e656de73a15c /.github | |
| parent | 78f8e6112a506633a0b2dcaba9434f376256b77c (diff) | |
| parent | 996c3c1f7e389b1e7d26ca6f02524fff3d63212e (diff) | |
Merge pull request #2216 from embassy-rs/stable
executor: add support for main/task macros in stable Rust
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh index af0f21c2a..dfc2b08ce 100755 --- a/.github/ci/test.sh +++ b/.github/ci/test.sh | |||
| @@ -15,6 +15,9 @@ 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 | ||
| 19 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly | ||
| 20 | |||
| 18 | cargo test --manifest-path ./embassy-sync/Cargo.toml | 21 | cargo test --manifest-path ./embassy-sync/Cargo.toml |
| 19 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml | 22 | cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml |
| 20 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml | 23 | cargo test --manifest-path ./embassy-hal-internal/Cargo.toml |
