Adjust CI check flags
This commit is contained in:
parent
fa1bf6cbb8
commit
1068d4f619
|
|
@ -26,9 +26,9 @@ check:
|
||||||
stage: check
|
stage: check
|
||||||
script:
|
script:
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
- cargo check
|
- cargo check --all ${CURRENT_FEATURES}
|
||||||
- cargo clippy
|
- cargo clippy --all ${CURRENT_FEATURES}
|
||||||
- cargo fmt -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
gir:
|
gir:
|
||||||
stage: check
|
stage: check
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue