run_ci_tests.sh 143 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #!/bin/bash set -euo pipefail cd "$(dirname "$0")/.." source ./activate.sh echo "Running CI contract tests..." python -m pytest tests/ci -q