Compare commits

...

1 Commits

Author SHA1 Message Date
e579095a90 ci: fix test job not caching anything. 2023-12-14 16:30:45 +01:00
4 changed files with 7 additions and 3 deletions

4
.github/ci/test.sh vendored
View File

@ -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