From 5463e4d849789949fff54a2e59c56daef353250c Mon Sep 17 00:00:00 2001 From: elaguerta-nr <148913307+elaguerta-nr@users.noreply.github.com> Date: Fri, 17 May 2024 10:54:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7878b99..a56c2da 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you make changes to the instrumentation code and need to build the instrument 2. Build one or all of the jars. a. To build one jar, run the command: gradlew _moduleName_:clean _moduleName_:install b. To build all jars, run the command: gradlew clean install - +test ## Testing Not currently supported. Will be supported in the future