mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 23:49:44 +01:00
a4952bc029
I think this _might_ fix the issues we've been seeing with plugin tests.
In a nutshell, the plugin tests run `cargo build` to ensure that plugins
have been built:
|
||
---|---|---|
.. | ||
playground | ||
commands.rs | ||
fs.rs | ||
lib.rs | ||
locale_override.rs | ||
macros.rs | ||
playground.rs |