mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 15:31:01 +02:00
Update clippy to check all features (#441)
* Update clippy to check all features * Fix tests * oops
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all
|
||||
args: --all --all-features
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@ -39,4 +39,4 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect
|
||||
args: --all --all-features -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect
|
||||
|
Reference in New Issue
Block a user