aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/test-nightly.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-10-20 23:48:58 +0200
committerDario Nieuwenhuis <[email protected]>2024-10-20 23:54:17 +0200
commit8f9826872332fb0d2abd3ffc3889ff4c0e1c3909 (patch)
treecb9672e8a39c563fb53b1c5f7519bbc0eaa0b503 /.github/ci/test-nightly.sh
parentf0de0493084759a5e7310c816919996b201f0bc4 (diff)
executor: add compile-fail / ui tests.
Diffstat (limited to '.github/ci/test-nightly.sh')
-rwxr-xr-x.github/ci/test-nightly.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ci/test-nightly.sh b/.github/ci/test-nightly.sh
index 1724ffe89..a03b55e8d 100755
--- a/.github/ci/test-nightly.sh
+++ b/.github/ci/test-nightly.sh
@@ -9,6 +9,9 @@ export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target 9export CARGO_TARGET_DIR=/ci/cache/target
10mv rust-toolchain-nightly.toml rust-toolchain.toml 10mv rust-toolchain-nightly.toml rust-toolchain.toml
11 11
12cargo test --manifest-path ./embassy-executor/Cargo.toml
13cargo test --manifest-path ./embassy-executor/Cargo.toml --features nightly
14
12MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml 15MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml
13MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly 16MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly
14MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-sync/Cargo.toml 17MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-sync/Cargo.toml