aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-24 21:33:30 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-24 23:52:09 +0100
commit1fbc150fd6392d8268aa35d15380c02e363c4eb8 (patch)
tree895711da5ee33944f5374c1572a4d60e370a1640 /.github
parent259cf6192b920dff4cce0486488d929bf4e05b96 (diff)
executor: add some tests.
Diffstat (limited to '.github')
-rwxr-xr-x.github/ci/test.sh2
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
15hashtime restore /ci/cache/filetime.json || true 15hashtime restore /ci/cache/filetime.json || true
16hashtime save /ci/cache/filetime.json 16hashtime save /ci/cache/filetime.json
17 17
18MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly
19
18cargo test --manifest-path ./embassy-sync/Cargo.toml 20cargo test --manifest-path ./embassy-sync/Cargo.toml
19cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml 21cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml
20cargo test --manifest-path ./embassy-hal-internal/Cargo.toml 22cargo test --manifest-path ./embassy-hal-internal/Cargo.toml