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
1 changed files with 2 additions and 1 deletions

View File

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