@@ -91,5 +91,7 @@ if [ ! -z "$VAR" ]; then
echo "You've left a BREAK POINT in one of your files! Aborting commit..."
exit 1
fi
+
+make test || exit 1
exit 0