From 08da0065152844b869d9420a289e93490a9d0937 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Mon, 22 Jul 2024 13:06:57 +0200 Subject: [PATCH] Add a comment why we only test in serial. --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5