Restore clippy, and run clippy sooner

This commit is contained in:
Michael Vines
2018-11-17 15:29:07 -08:00
committed by Grimes
parent 33a5d5fe93
commit 7a54dbf7d5

View File

@ -25,9 +25,10 @@ maybe_install() {
} }
_ cargo fmt -- --check _ cargo fmt -- --check
_ cargo clippy -- --version
_ cargo clippy -- --deny=warnings
_ cargo build --all --verbose _ cargo build --all --verbose
_ cargo test --verbose --lib _ cargo test --verbose --lib
_ cargo clippy -- --deny=warnings || true
# Run integration tests serially # Run integration tests serially
for test in tests/*.rs; do for test in tests/*.rs; do