Skip to content

Commit 5bf2f8d

Browse files
committed
try running large file test on all platforms
1 parent 0d24a80 commit 5bf2f8d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/reusable-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
if: inputs.run_tests && !inputs.cross_extract
108108
env:
109109
TEST_CR_COMPRESS: "true"
110+
TEST_ZIP_UNZIP_LARGE: true
110111
QT_ASSUME_STDERR_HAS_CONSOLE: 1 # !! qDebug() is not visible if this is not set on Win runners
111112
working-directory: ./build
112113
run: ctest --verbose -C Release

.github/workflows/reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
working-directory: ${{github.workspace}}/build
8585
env:
8686
TEST_CR_COMPRESS: "true"
87+
TEST_ZIP_UNZIP_LARGE: true
8788
run: ctest --verbose
8889

8990
- name: Upload cp.zip to GitHub Actions Storage

0 commit comments

Comments
 (0)