Files
langsmith-java/scripts/test
T
2026-02-20 10:59:29 +00:00

11 lines
101 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running tests"
./gradlew test "$@"