aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/ci/test.sh')
-rwxr-xr-x.github/ci/test.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index 1ee760d31..369f6d221 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -4,8 +4,9 @@
4 4
5set -euo pipefail 5set -euo pipefail
6 6
7MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml 7export RUSTUP_HOME=/ci/cache/rustup
8MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly 8export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target
9 10
10cargo test --manifest-path ./embassy-sync/Cargo.toml 11cargo test --manifest-path ./embassy-sync/Cargo.toml
11cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml 12cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml