idea152-hopemesh-federated-.../test.sh

7 lines
124 B
Bash

#!/usr/bin/env bash
set -euo pipefail
printf "Running tests...\n"
pytest -q
printf "Building package...\n"
python3 -m build