mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-26 03:25:46 +03:00
Fix deprecated clippy option
This commit is contained in:
parent
f5de5487cc
commit
e6dad51f34
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: --locked --all-targets --all-features -- --allow clippy::unknown_clippy_lints
|
||||
args: --locked --all-targets --all-features -- --allow unknown_lints
|
||||
- name: Run tests
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user