From 6e98151939ad9da4e88eb629620f0e7b55e363ab Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 18 Jul 2024 12:04:05 +0200 Subject: [PATCH] Disable parallel testing to prevent file locking issue. --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 18f95780e9..029204ba97 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -57,7 +57,7 @@ jobs: - name: test run: | cmake --build build --parallel 2 --target setup_tests_a-framework setup_tests_quick_tests - ctest --test-dir build --build-config Debug --parallel 2 --output-on-failure --extra-verbose + ctest --test-dir build --build-config Debug --output-on-failure --extra-verbose - name: archive # run only if a PR is merged into master if: ${{ github.ref == 'refs/heads/master' && matrix.os == 'windows-2022' }} -- 2.39.5