From: Marc Fehling Date: Mon, 22 Jul 2024 11:06:57 +0000 (+0200) Subject: Add a comment why we only test in serial. X-Git-Tag: v9.6.0-rc1~40^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08da0065152844b869d9420a289e93490a9d0937;p=dealii.git Add a comment why we only test in serial. --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 029204ba97..04e7953e76 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -55,6 +55,7 @@ jobs: run: | cmake --build build --parallel 2 --target install - name: test + # test only in serial to avoid file locking error on ZERO_CHECK.lastbuildstate run: | cmake --build build --parallel 2 --target setup_tests_a-framework setup_tests_quick_tests ctest --test-dir build --build-config Debug --output-on-failure --extra-verbose