Commit f5365c3
authored
Use nextest to run Miri in CI (#9629)
# Which issue does this PR close?
- Closes #NNN.
# Rationale for this change
Miri in CI is VERY slow (around 2.5 hours), but the github runners
actually have 4 vCPUs and some memory, so using nextest can give us some
speedup.
# What changes are included in this PR?
Install nextest in CI and then use it to run Miri
# Are these changes tested?
tested the script locally
# Are there any user-facing changes?
No1 parent 652c950 commit f5365c3
2 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments