mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 23:18:44 +01:00
# Description Current CI tests `std-lib-and-python-virtualenv` using Nushell installed with: ``` cargo install --path . --locked --no-default-features --force ``` However, this disables certain features that may be utilized in `std` or (now) `std-rfc`; namely `stor` and `into sqlite`. This PR simply removes the `--no-default-features` flag, which *should* allow #15042 CI to complete successfully. Historically, I believe that this was set up to mirror [`pypa/virtualenv` CI](https://github.com/pypa/virtualenv/pulls?q=is%3Apr+is%3Amerged+nushell). However, with all Nushell binary builds now including these features, it seems to me that a more accurate CI will test with default features. Let me know if my understanding is off here, and we can look for alternatives. # User-Facing Changes None # Tests + Formatting CI Update # After Submitting N/A |
||
---|---|---|
.. | ||
AUTO_ISSUE_TEMPLATE | ||
ISSUE_TEMPLATE | ||
workflows | ||
dependabot.yml | ||
pull_request_template.md |