mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
Force clippy to run even after check
This commit is contained in:
parent
0c07616342
commit
8982c1914e
@ -30,9 +30,10 @@ check:
|
||||
stage: check
|
||||
script:
|
||||
- rustup component add clippy rustfmt
|
||||
- cargo check --all ${CURRENT_FEATURES}
|
||||
- cargo clippy --all ${CURRENT_FEATURES}
|
||||
- cargo fmt --all -- --check
|
||||
- cargo check --all ${CURRENT_FEATURES}
|
||||
- touch src/lib.rs # force clippy
|
||||
- cargo clippy --all ${CURRENT_FEATURES}
|
||||
|
||||
gir:
|
||||
stage: check
|
||||
|
Loading…
Reference in New Issue
Block a user