diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-10-20 23:48:58 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-10-20 23:54:17 +0200 |
| commit | 8f9826872332fb0d2abd3ffc3889ff4c0e1c3909 (patch) | |
| tree | cb9672e8a39c563fb53b1c5f7519bbc0eaa0b503 /.github/ci/test-nightly.sh | |
| parent | f0de0493084759a5e7310c816919996b201f0bc4 (diff) | |
executor: add compile-fail / ui tests.
Diffstat (limited to '.github/ci/test-nightly.sh')
| -rwxr-xr-x | .github/ci/test-nightly.sh | 3 |
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 | |||
| 9 | export CARGO_TARGET_DIR=/ci/cache/target | 9 | export CARGO_TARGET_DIR=/ci/cache/target |
| 10 | mv rust-toolchain-nightly.toml rust-toolchain.toml | 10 | mv rust-toolchain-nightly.toml rust-toolchain.toml |
| 11 | 11 | ||
| 12 | cargo test --manifest-path ./embassy-executor/Cargo.toml | ||
| 13 | cargo test --manifest-path ./embassy-executor/Cargo.toml --features nightly | ||
| 14 | |||
| 12 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml | 15 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml |
| 13 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly | 16 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml --features nightly |
| 14 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-sync/Cargo.toml | 17 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-sync/Cargo.toml |
