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:
|
script:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy --verbose --tests -- -D warnings
|
- cargo clippy --verbose --tests -- -D warnings
|
||||||
|
allow_failure: true
|
||||||
cache:
|
cache:
|
||||||
# inherit all general cache settings
|
# inherit all general cache settings
|
||||||
<<: *general_cache_config
|
<<: *general_cache_config
|
||||||
|
|
Loading…
Reference in a new issue