Revert "Temporarily disable clippy"

This reverts commit ca12faca9c.
This commit is contained in:
Michael Vines
2018-11-17 15:37:07 -08:00
committed by Grimes
parent ca12faca9c
commit 9f38b86df8

View File

@ -14,7 +14,7 @@ _() {
_ cargo fmt -- --check _ cargo fmt -- --check
_ cargo build --verbose _ cargo build --verbose
_ cargo test --verbose --lib _ cargo test --verbose --lib
_ cargo clippy -- --deny=warnings || true _ cargo clippy -- --deny=warnings
# Run integration tests serially # Run integration tests serially
for test in tests/*.rs; do for test in tests/*.rs; do
@ -26,7 +26,7 @@ done
# Run native program's tests # Run native program's tests
for program in programs/native/*; do for program in programs/native/*; do
echo --- "$program" echo --- "$program"
( (
set -x set -x
cd "$program" cd "$program"
cargo test --verbose cargo test --verbose