ci: allow clippy job to fail

This commit is contained in:
Heiko Schaefer 2023-08-04 14:37:48 +02:00
parent 822b7f3b55
commit 1be9cea119
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -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