mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
use --all-targets
which is the same as before AND --lib
.
Just to be future proof, lib should not matter ATM, but might in the future when we produce libs that are not used in any binary target
This commit is contained in:
@ -4,7 +4,7 @@ code-quality:
|
||||
stage: check
|
||||
script:
|
||||
- ln -s /dockercache/cache-all target
|
||||
- cargo clippy --tests --examples --benches --bins --locked -- -D warnings
|
||||
- cargo clippy --all-targets --locked -- -D warnings
|
||||
- cargo fmt --all -- --check
|
||||
|
||||
security:
|
||||
|
Reference in New Issue
Block a user