"cargo clippy" doesn't mean "cargo check"

This commit is contained in:
Roey Darwish Dror
2019-03-13 11:14:41 +02:00
parent 013276a07c
commit 41ef443e9d

View File

@@ -7,6 +7,7 @@ main() {
cargo fmt --all -- --check
cross clippy --all-targets -- -D warnings
cross clippy --all-targets --all-features -- -D warnings
cross check --target $TARGET --release --all-features
if [ ! -z $DISABLE_TESTS ]; then
cross test