guardrail-space-verifiable-.../test.sh

8 lines
153 B
Bash

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