Skip to content

Commit

Permalink
TEMP: Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelCompany authored Nov 26, 2024
1 parent f941185 commit 5649e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/config/fastdds_test.meta
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ names:
ctest-args: [
"--repeat", "until-pass:3",
"--timeout", "300",
"--label-exclude", "xfail"
"--label-exclude", "xfail",
"--parallel", "4",
]
googletest-distribution:
cmake-args:
Expand Down

0 comments on commit 5649e24

Please sign in to comment.