marketcompiler-verifiable-d.../test.sh

8 lines
189 B
Bash
Executable File

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