This is an automated email from the ASF dual-hosted git repository.

placave pushed a commit to branch check-go-files-poms
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit 19e4f01f773b0ef6ed1b888a76d092fe1c0b950b
Author: Pierre Lacave <[email protected]>
AuthorDate: Fri Aug 1 14:53:00 2025 +0200

    fix check-go-files to actually enable go test (and not cpp ones)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c31f33ade..6f13989f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,7 +663,7 @@ under the License.
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-plugin</artifactId>
               <configuration>
-                <groups>${testng.check-cpp-files}</groups>
+                <groups>${testng.check-go-files}</groups>
                 
<excludedGroups>${testng.generate-java-files},${testng.check-cpp-files},${testng.check-cpp-historical-files}</excludedGroups>
               </configuration>
             </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to