We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d900c6 commit 84fcea9Copy full SHA for 84fcea9
.github/workflows/build_cmake.yml
@@ -336,9 +336,6 @@ jobs:
336
- name: Run tests (Linux / MacOS)
337
shell: cmake -P {0}
338
run: |
339
- include(ProcessorCount)
340
- ProcessorCount(N)
341
-
342
set(ENV{CTEST_OUTPUT_ON_FAILURE} "ON")
343
344
execute_process(
@@ -353,9 +350,6 @@ jobs:
353
350
- name: Run tests (Windows)
354
351
355
352
356
357
358
359
360
361
0 commit comments