Blame view

scripts/run_ci_tests.sh 143 Bytes
7299bae6   tangwang   tests
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