nushell/crates/nu-test-support/src
Devyn Cairns e3db6ea04a
Exclude polars from ensure_plugins_built(), for performance reasons (#12896)
# Description

We have been building `nu_plugin_polars` unnecessarily during `cargo
test`, which is very slow. All of its tests are run within its own
crate, which happens during the plugins CI phase.

This should speed up the CI a bit.
2024-05-17 15:04:59 +00:00
..
playground Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
commands.rs Exclude polars from ensure_plugins_built(), for performance reasons (#12896) 2024-05-17 15:04:59 +00:00
fs.rs fix clippy (#10659) 2023-10-10 03:31:15 +13:00
lib.rs Allow spreading arguments to commands (#11289) 2023-12-28 15:43:20 +08:00
locale_override.rs Remove once_cell dependency from nu-test-support create. (#8568) 2023-03-22 19:36:52 +01:00
macros.rs Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
playground.rs Update tests Playground (#12134) 2024-03-08 20:31:21 -08:00