idea159-arbsphere-federated.../test.sh

11 lines
161 B
Bash

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