diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-15 01:07:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-15 01:07:11 +0200 |
| commit | 8e850de5925f14f19524a8860b289eb751fb9bf9 (patch) | |
| tree | f4f9981448be9aefad6ad83204884b088e8c7fe8 /.github | |
| parent | 953e1cd6f646af6a25f380909b06dc7256a63703 (diff) | |
| parent | a25cae46c5f01821911f7d989e7d80ff5d8a5376 (diff) | |
Merge pull request #2782 from c410-f3r/main
Add `map` method
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/ci/test-nightly.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci/test-nightly.sh b/.github/ci/test-nightly.sh index d6e5dc574..1724ffe89 100755 --- a/.github/ci/test-nightly.sh +++ b/.github/ci/test-nightly.sh | |||
| @@ -11,3 +11,4 @@ mv rust-toolchain-nightly.toml rust-toolchain.toml | |||
| 11 | 11 | ||
| 12 | MIRIFLAGS=-Zmiri-ignore-leaks cargo miri test --manifest-path ./embassy-executor/Cargo.toml | 12 | 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 | 13 | 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 | ||
