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 0d24a80 commit 5bf2f8dCopy full SHA for 5bf2f8d
.github/workflows/reusable-win.yml
@@ -107,6 +107,7 @@ jobs:
107
if: inputs.run_tests && !inputs.cross_extract
108
env:
109
TEST_CR_COMPRESS: "true"
110
+ TEST_ZIP_UNZIP_LARGE: true
111
QT_ASSUME_STDERR_HAS_CONSOLE: 1 # !! qDebug() is not visible if this is not set on Win runners
112
working-directory: ./build
113
run: ctest --verbose -C Release
.github/workflows/reusable.yml
@@ -84,6 +84,7 @@ jobs:
84
working-directory: ${{github.workspace}}/build
85
86
87
88
run: ctest --verbose
89
90
- name: Upload cp.zip to GitHub Actions Storage
0 commit comments