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:
parent
6390e758d4
commit
0826707b0d
@ -4,7 +4,7 @@ code-quality:
|
|||||||
stage: check
|
stage: check
|
||||||
script:
|
script:
|
||||||
- ln -s /dockercache/cache-all target
|
- 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
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
security:
|
security:
|
||||||
|
Loading…
Reference in New Issue
Block a user