Skip to content

Commit

Permalink
CI: skip configparser for testing the debug build, because the window…
Browse files Browse the repository at this point in the history
…s build hangs indefinitely during that test
  • Loading branch information
Puerling committed Oct 15, 2024
1 parent dbfc102 commit 6ea5906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ea5906

Please sign in to comment.