nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.17k stars 96 forks source link

[post-mortem] improve yank flow for cargo-nextest #927

Open sunshowers opened 1 year ago

sunshowers commented 1 year ago

In #926, it took almost 20 minutes to fully yank the bad version. We need to improve our story here -- yanking a bad release should take under 5 minutes at most.

thomasmost commented 1 year ago

FWIW my GitHub actions flow is still broken, using taiki-e/install-action@nextest

sunshowers commented 1 year ago

Ah yes, didn't realize the install-action had picked it up already. Taiki needs to update it on his end: https://github.com/taiki-e/install-action/issues/178

sunshowers commented 1 year ago

You can check in an empty .config/nextest.toml as a temporary workaround.

thomasmost commented 1 year ago

Thank you!