catopt-grid-category-theore.../test.sh

8 lines
141 B
Bash

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