From 1fbc150fd6392d8268aa35d15380c02e363c4eb8 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Fri, 24 Nov 2023 21:33:30 +0100 Subject: executor: add some tests. --- .github/ci/test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 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 --features nightly + cargo test --manifest-path ./embassy-sync/Cargo.toml cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml cargo test --manifest-path ./embassy-hal-internal/Cargo.toml -- cgit