Use nextest for CI test jobs#22544
Conversation
|
I think I tried this in the past ... do the ci machines have enough cores and memory to actually do this effectively? |
|
Thank you for working on this! I’m wondering if you’ve tried connecting the |
| - name: Install nextest | ||
| uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2.79.2 | ||
| with: | ||
| tool: nextest |
There was a problem hiding this comment.
this is a nice way to avoid having to rebuild nextest each run
We can do this in a separate pass I think. |
0bb8416 to
2e64940
Compare
How would it make tests easier to run? Or do you mean that it could use |
They have 4 cores it seems, so it should help. AFAIK the biggest speedup with |
2e64940 to
f91503f
Compare
f91503f to
ec088d6
Compare
ec088d6 to
182a847
Compare
182a847 to
e1cbb4c
Compare
Which issue does this PR close?
N/A.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Yes:
Are there any user-facing changes?
No. This only changes CI test execution.