mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 14:24:27 +00:00
chore(workflow): run clippy on all tests
This commit is contained in:
parent
1769bdb856
commit
b5ad6d0d85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: -- -D warnings
|
||||
args: --tests -- -D warnings
|
||||
|
||||
min_version:
|
||||
name: MinSRV # Minimum supported rust version
|
||||
|
|
Loading…
Reference in a new issue