idea41-monoidalscheduler-ca.../test.sh

11 lines
194 B
Bash

#!/usr/bin/env bash
set -euo pipefail
echo "Running tests with pytest..."
pytest -q
echo "Building package with Python build..."
python3 -m build
echo "All tests passed and build completed."