antlr/.circleci/scripts/run-tests-go.sh

10 lines
169 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
go version
pushd runtime-testsuite
echo "running maven tests..."
mvn -q -Dparallel=methods -DthreadCount=4 -Dtest=go.* test
popd