Adjust CI check flags

This commit is contained in:
Felix Krull 2019-05-25 00:01:18 +02:00 committed by Colin Walters
parent fa1bf6cbb8
commit 1068d4f619
1 changed files with 3 additions and 3 deletions

View File

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