mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-02-13 18:53:17 +02:00
chore(workflow): run clippy on all tests
This commit is contained in:
committed by
Abin Simon
parent
1769bdb856
commit
b5ad6d0d85
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
|
||||
|
||||
Reference in New Issue
Block a user