run clippy before check in ci for i686-gnulinux too

This commit is contained in:
Trevor Spiteri 2019-01-29 22:02:51 +01:00
parent f1f75e4c67
commit 86eb73f020
1 changed files with 3 additions and 2 deletions

View File

@ -47,11 +47,12 @@ i686-gnulinux:
paths:
- cargo/
script:
- cargo +beta-$TARGET clippy --all-targets --features "fail-on-warnings f16 serde"
- cargo +beta-$TARGET check --all-targets --features "fail-on-warnings serde"
- cargo +beta-$TARGET check --all-targets --features "fail-on-warnings f16"
- cargo +beta-$TARGET check --all-targets --features fail-on-warnings
- cargo +beta-$TARGET check --all-targets --features "fail-on-warnings f16 serde"
- cargo +beta-$TARGET test --features "fail-on-warnings f16 serde"
- cargo +beta-$TARGET test --release --features "fail-on-warnings f16 serde"
- cargo +beta-$TARGET fmt -- --check
- cargo +beta-$TARGET clippy --all-targets --features "fail-on-warnings f16 serde"
- cargo +1.28.0-$TARGET test --features "fail-on-warnings f16 serde"
- cargo +1.28.0-$TARGET test --release --features "fail-on-warnings f16 serde"