executor: add support for main/task macros in stable (allocates tasks in an arena)
This commit is contained in:
1
.github/ci/test.sh
vendored
1
.github/ci/test.sh
vendored
@ -15,6 +15,7 @@ export CARGO_NET_GIT_FETCH_WITH_CLI=true
|
||||
hashtime restore /ci/cache/filetime.json || true
|
||||
hashtime save /ci/cache/filetime.json
|
||||
|
||||
MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml
|
||||
MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly
|
||||
|
||||
cargo test --manifest-path ./embassy-sync/Cargo.toml
|
||||
|
Reference in New Issue
Block a user