idea193-proofweave-proof-ca.../test.sh

11 lines
156 B
Bash

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