Files
langsmith-java/scripts/test
T
2026-02-20 15:53:03 +00:00

11 lines
101 B
Bash
Executable File

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