* Add different features combinations

* Specify styles manually

* Fix args

* Fix typo

* Let other CI jobs finish if one fails

* Fix unused symbols without plugin feature

* Put "which" tests behind "which" feature

* Add Python virtualenv job

* Oops forgot git command

* Install Nushell in virtualenv tests

* Add names to steps; Test v.env in separate step

* cd into virtualenv

* Do not run on Python 2.7

* Build Nushell after formatting and clippy checks
This commit is contained in:
Jakub Žádník
2022-02-12 22:48:17 +02:00
committed by GitHub
parent eceb2d5106
commit 94a0e3060a
3 changed files with 80 additions and 14 deletions

View File

@ -61,6 +61,7 @@ mod touch;
mod uniq;
mod update;
mod where_;
#[cfg(feature = "which")]
mod which;
mod with_env;
mod wrap;