From: Marc Fehling Date: Thu, 18 Jul 2024 10:04:05 +0000 (+0200) Subject: Disable parallel testing to prevent file locking issue. X-Git-Tag: v9.6.0-rc1~48^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17278%2Fhead;p=dealii.git Disable parallel testing to prevent file locking issue. --- 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' }}