Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-11-09 19:47:40 +0300
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>2022-11-09 20:35:10 +0300
commit7dfb27f7995193ba6738f11b88a809aaa9911095 (patch)
treec29426bc60c1df5c34a819d27ce432b9c361c82b
parentd70d4f61ec40dfc4c32e39b7eea9081368adfb6a (diff)
do not run tests in parallel as we may get side effects
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-rw-r--r--.github/workflows/windows-build-and-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows-build-and-test.yml b/.github/workflows/windows-build-and-test.yml
index 8cb21f464..8ae1085ad 100644
--- a/.github/workflows/windows-build-and-test.yml
+++ b/.github/workflows/windows-build-and-test.yml
@@ -72,7 +72,7 @@ jobs:
$binFolder = "$buildFolder\bin"
- & OpenCppCoverage.exe --quiet --sources ${{ github.workspace }} --modules $binFolder\*.dll* --export_type cobertura:${{ env.COBERTURA_COVERAGE_FILE }} --cover_children -- ctest --output-on-failure --timeout 300 -j (Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors
+ & OpenCppCoverage.exe --quiet --sources ${{ github.workspace }} --modules $binFolder\*.dll* --export_type cobertura:${{ env.COBERTURA_COVERAGE_FILE }} --cover_children -- ctest --output-on-failure --timeout 300
}
runTestsAndCreateCoverage