#!/bin/sh set -e echo "Running cargo nextest..." cargo nextest run --all-features echo "Pre-push checks passed!"