From: Matthieu Gallien Date: Wed, 9 Nov 2022 16:47:40 +0000 (+0100) Subject: do not run tests in parallel as we may get side effects X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~146^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7dfb27f7995193ba6738f11b88a809aaa9911095;p=nextcloud-desktop.git do not run tests in parallel as we may get side effects Signed-off-by: Matthieu Gallien --- 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