Skip to content

Commit 373e6a6

Browse files
committed
CI-unixish.yml: enabled test-xmlreportv2
1 parent 4b1a012 commit 373e6a6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,13 @@ jobs:
260260
pushd gui/test/translationhandler
261261
qmake CONFIG+=debug CONFIG+=ccache
262262
make -j$(nproc)
263-
# TODO: requires X session
263+
# TODO: requires X session because of QApplication dependency in translationhandler.cpp
264264
#./test-translationhandler
265265
popd
266266
pushd gui/test/xmlreportv2
267267
qmake CONFIG+=debug CONFIG+=ccache
268268
make -j$(nproc)
269-
# TODO: requires X session
270-
#./test-xmlreportv2
269+
./test-xmlreportv2
271270
272271
- name: Generate Qt help file
273272
run: |

0 commit comments

Comments
 (0)