From 6ea5906b468ee1051025e9ebd2a88c669b0f4504 Mon Sep 17 00:00:00 2001 From: puerling Date: Tue, 15 Oct 2024 17:12:03 +0200 Subject: [PATCH] CI: skip configparser for testing the debug build, because the windows build hangs indefinitely during that test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86039c77f..5fbcfa5f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -404,7 +404,7 @@ jobs: -DSPIRIT_UI_USE_IMGUI=OFF -DSPIRIT_UI_CXX_USE_QT=OFF -DSPIRIT_BUILD_TEST=ON - EXCLUDETESTS: solver + EXCLUDETESTS: (configparser|solver) steps: - uses: actions/checkout@v4