ci: allow clippy job to fail
This commit is contained in:
parent
822b7f3b55
commit
1be9cea119
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ cargo-clippy:
|
|||
script:
|
||||
- rustup component add clippy
|
||||
- cargo clippy --verbose --tests -- -D warnings
|
||||
allow_failure: true
|
||||
cache:
|
||||
# inherit all general cache settings
|
||||
<<: *general_cache_config
|
||||
|
|
Loading…
Reference in a new issue