catopt-category-theoretic-c.../test.sh

11 lines
184 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "Running build to verify packaging..."
python3 -m build --wheel --no-isolation
echo "Running tests..."
pytest -q
echo "All tests passed."