mirror of
https://github.com/nushell/nushell.git
synced 2025-08-03 08:19:55 +02:00
We're no longer using `cargo nextest` for our main test job. The separate action for doctests was only necessary because `cargo nextest` does not support doctests, it can be removed. Hoping this will result in less data cached but we'll see.