diff --git a/ci/run-tests.sh b/ci/run-tests.sh new file mode 100755 index 000000000..6e9dbc0b9 --- /dev/null +++ b/ci/run-tests.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +set -ex + +ant +ant test