aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts/run_ruby.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/helper_scripts/run_ruby.sh')
-rwxr-xr-xtools/run_tests/helper_scripts/run_ruby.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/helper_scripts/run_ruby.sh b/tools/run_tests/helper_scripts/run_ruby.sh
index 4e9c212877..03eaeb0ec7 100755
--- a/tools/run_tests/helper_scripts/run_ruby.sh
+++ b/tools/run_tests/helper_scripts/run_ruby.sh
@@ -18,4 +18,7 @@ set -ex
# change to grpc repo root
cd "$(dirname "$0")/../../.."
+# build grpc_ruby_plugin
+make grpc_ruby_plugin -j8
+
rake