#!/bin/sh

set -e

echo "Running pre-push hook:"

echo "Executing: make lint"
make lint

echo "Executing: cargo test"
cargo test