Skip to content

Commit 84fcea9

Browse files
committed
Remove retrieval of the process count for tests
Although it is possible to run the tests in parallel (`TEST_FLAGS="--pool {N}) this option is not used, so no retrieval necessary..
1 parent 3d900c6 commit 84fcea9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build_cmake.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ jobs:
336336
- name: Run tests (Linux / MacOS)
337337
shell: cmake -P {0}
338338
run: |
339-
include(ProcessorCount)
340-
ProcessorCount(N)
341-
342339
set(ENV{CTEST_OUTPUT_ON_FAILURE} "ON")
343340
344341
execute_process(
@@ -353,9 +350,6 @@ jobs:
353350
- name: Run tests (Windows)
354351
shell: cmake -P {0}
355352
run: |
356-
include(ProcessorCount)
357-
ProcessorCount(N)
358-
359353
set(ENV{CTEST_OUTPUT_ON_FAILURE} "ON")
360354
361355
execute_process(

0 commit comments

Comments
 (0)