other: Change cargo-husky pre-push to stable

This commit is contained in:
ClementTsang 2020-10-25 21:49:13 -04:00
parent 05b39d29ae
commit 548dda044c

View file

@ -4,8 +4,8 @@ set -e
echo "Running pre-push hook:"
echo "Executing: cargo +nightly clippy -- -D clippy::all"
cargo +nightly clippy -- -D clippy::all
echo "Executing: cargo clippy -- -D clippy::all"
cargo clippy -- -D clippy::all
# echo "Executing: cargo test"
# cargo test