Skip to content

Commit

Permalink
Remove retrieval of the process count for tests
Browse files Browse the repository at this point in the history
Although it is possible to run the tests in parallel (`TEST_FLAGS="--pool {N}) this option is not used, so no retrieval necessary..
  • Loading branch information
albert-github committed Apr 24, 2022
1 parent 3d900c6 commit 84fcea9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ jobs:
- name: Run tests (Linux / MacOS)
shell: cmake -P {0}
run: |
include(ProcessorCount)
ProcessorCount(N)
set(ENV{CTEST_OUTPUT_ON_FAILURE} "ON")
execute_process(
Expand All @@ -353,9 +350,6 @@ jobs:
- name: Run tests (Windows)
shell: cmake -P {0}
run: |
include(ProcessorCount)
ProcessorCount(N)
set(ENV{CTEST_OUTPUT_ON_FAILURE} "ON")
execute_process(
Expand Down

0 comments on commit 84fcea9

Please sign in to comment.