Skip to content

Commit a21ee6e

Browse files
BitByte08claude
andcommitted
fix :: 테스트 QT_QPA_PLATFORM=offscreen 설정 — 디스플레이 없는 CI 환경 대응
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e372d97 commit a21ee6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ add_test(
2828
NAME ClusterModelTest
2929
COMMAND cluster_model_test
3030
)
31+
32+
set_tests_properties(ClusterModelTest PROPERTIES
33+
ENVIRONMENT "QT_QPA_PLATFORM=offscreen"
34+
)

0 commit comments

Comments
 (0)