Skip to content

Commit

Permalink
specialize primitive tests to single thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Dec 4, 2023
1 parent 74b6d60 commit 85124fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/javaTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
"**.functions.binary.matrix_full_cellwise.**,**.functions.binary.matrix_full_other.**",
"**.functions.federated.algorithms.**,**.functions.federated.io.**,**.functions.federated.paramserv.**",
"**.functions.federated.transform.**",
"**.functions.federated.primitives.part1.**",
"**.functions.federated.primitives.part2.**",
"**.functions.federated.primitives.part1.** -Dtest-threadCount=1 -Dtest-forkCount=1",
"**.functions.federated.primitives.part2.** -Dtest-threadCount=1 -Dtest-forkCount=1",
"**.functions.federated.monitoring.**,**.functions.federated.multitenant.**",
"**.functions.federated.codegen.**,**.functions.federated.FederatedTestObjectConstructor",
"**.functions.codegenalg.partone.**",
Expand Down

0 comments on commit 85124fb

Please sign in to comment.