mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 00:11:21 +02:00
Clippy in tests (#10394)
Running `cargo clippy --workspace --tests` We should move that to CI as well
This commit is contained in:
committed by
GitHub
parent
a9a82de5c4
commit
19d732f313
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -49,6 +49,10 @@ jobs:
|
||||
|
||||
- name: Clippy
|
||||
run: cargo clippy --workspace ${{ matrix.flags }} --exclude nu_plugin_* -- $CLIPPY_OPTIONS
|
||||
|
||||
# In tests we don't have to deny unwrap
|
||||
- name: Clippy of tests
|
||||
run: cargo clippy --tests --workspace ${{ matrix.flags }} --exclude nu_plugin_* -- -D warnings
|
||||
|
||||
tests:
|
||||
strategy:
|
||||
|
Reference in New Issue
Block a user