From 7a02aef0502ef406aa23857b4c7b341657ee026a Mon Sep 17 00:00:00 2001 From: Sebastian Baunsgaard Date: Fri, 26 Jun 2026 13:46:25 +0000 Subject: [PATCH] [MINOR][CI] Run component.c tests in parallel again Remove -Dtest-threadCount=1 -Dtest-forkCount=1 from the component.c test matrix entry so these tests run with the default parallel fork/thread configuration instead of serially. --- .github/workflows/javaTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml index 07762a17427..61089807820 100644 --- a/.github/workflows/javaTests.yml +++ b/.github/workflows/javaTests.yml @@ -59,7 +59,7 @@ jobs: tests: [ "org.apache.sysds.test.applications.**", "**.test.usertest.**", - "**.component.c**.** -Dtest-threadCount=1 -Dtest-forkCount=1", + "**.component.c**.**", "**.component.e**.**,**.component.f**.**,**.component.m**.**,**.component.o**.**", "**.component.p**.**,**.component.r**.**,**.component.s**.**,**.component.t**.**,**.component.u**.**", "**.functions.a**.**,**.functions.binary.matrix.**,**.functions.binary.scalar.**,**.functions.binary.tensor.**",