We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c441c commit 5bb3e8dCopy full SHA for 5bb3e8d
1 file changed
.github/workflows/build-qt6.yml
@@ -123,11 +123,12 @@ jobs:
123
124
# Exclude
125
# quicktexturetest
126
+ # quickmaterialtest - Enable on Windows once QTBUG-144137 (affects 6.10)
127
- name: Qt6 Run tests on Windows
128
if: ${{ runner.os == 'Windows' && matrix.preset.tests_with == 'qt6' }}
129
run: >
130
ctest --test-dir ./build-${{ matrix.preset.name }} -C 'Release' --output-on-failure
- --exclude-regex "quicktexturetest|launchertest|probesettingstest"
131
+ --exclude-regex "quickmaterialtest|quicktexturetest|launchertest|probesettingstest"
132
133
- name: Read tests log when it fails
134
uses: andstor/file-reader-action@v1
0 commit comments