Merge pull request #2288 from embassy-rs/ci-cache-test
ci: fix test job not caching anything.
This commit is contained in:
commit
485765320a
4 changed files with 7 additions and 3 deletions
4
.github/ci/test.sh
vendored
4
.github/ci/test.sh
vendored
|
@ -4,6 +4,10 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
export RUSTUP_HOME=/ci/cache/rustup
|
||||
export CARGO_HOME=/ci/cache/cargo
|
||||
export CARGO_TARGET_DIR=/ci/cache/target
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue