|
58 | 58 | make -j4 |
59 | 59 | ./tmaketest.sh |
60 | 60 | - name: releasetest |
61 | | - working-directory: tools/test/releasetest |
| 61 | + working-directory: tools/test |
62 | 62 | run: | |
63 | | - ./releasetest |
| 63 | + ./testall.sh |
64 | 64 |
|
65 | 65 | build-ubuntu-sharedlink: |
66 | 66 | runs-on: ubuntu-24.04 |
@@ -113,9 +113,9 @@ jobs: |
113 | 113 | make -j4 |
114 | 114 | ./tmaketest.sh |
115 | 115 | - name: releasetest |
116 | | - working-directory: tools/test/releasetest |
| 116 | + working-directory: tools/test |
117 | 117 | run: | |
118 | | - ./releasetest |
| 118 | + ./testall.sh |
119 | 119 |
|
120 | 120 | build-ubuntu22: |
121 | 121 | runs-on: ubuntu-22.04 |
@@ -168,9 +168,9 @@ jobs: |
168 | 168 | make -j4 |
169 | 169 | ./tmaketest.sh |
170 | 170 | - name: releasetest |
171 | | - working-directory: tools/test/releasetest |
| 171 | + working-directory: tools/test |
172 | 172 | run: | |
173 | | - ./releasetest |
| 173 | + ./testall.sh |
174 | 174 |
|
175 | 175 | build-macos: |
176 | 176 | runs-on: macos-latest |
@@ -218,9 +218,9 @@ jobs: |
218 | 218 | run: | |
219 | 219 | ./testall.sh |
220 | 220 | - name: releasetest |
221 | | - working-directory: tools/test/releasetest |
| 221 | + working-directory: tools/test |
222 | 222 | run: | |
223 | | - ./releasetest |
| 223 | + ./testall.sh |
224 | 224 |
|
225 | 225 | build-macos-sharedlink: |
226 | 226 | runs-on: macos-latest |
@@ -262,9 +262,9 @@ jobs: |
262 | 262 | run: | |
263 | 263 | ./testall.sh |
264 | 264 | - name: releasetest |
265 | | - working-directory: tools/test/releasetest |
| 265 | + working-directory: tools/test |
266 | 266 | run: | |
267 | | - ./releasetest |
| 267 | + ./testall.sh |
268 | 268 |
|
269 | 269 | build-macos14: |
270 | 270 | runs-on: macos-14 |
@@ -306,9 +306,9 @@ jobs: |
306 | 306 | run: | |
307 | 307 | ./testall.sh |
308 | 308 | - name: releasetest |
309 | | - working-directory: tools/test/releasetest |
| 309 | + working-directory: tools/test |
310 | 310 | run: | |
311 | | - ./releasetest |
| 311 | + ./testall.sh |
312 | 312 |
|
313 | 313 | build-macos13: |
314 | 314 | runs-on: macos-13 |
@@ -350,9 +350,9 @@ jobs: |
350 | 350 | run: | |
351 | 351 | ./testall.sh |
352 | 352 | - name: releasetest |
353 | | - working-directory: tools/test/releasetest |
| 353 | + working-directory: tools/test |
354 | 354 | run: | |
355 | | - ./releasetest |
| 355 | + ./testall.sh |
356 | 356 |
|
357 | 357 | build-windows-qt68-msvc2022: |
358 | 358 | runs-on: windows-latest |
@@ -405,9 +405,9 @@ jobs: |
405 | 405 | nmake |
406 | 406 | nmake install |
407 | 407 | - name: Release test |
408 | | - working-directory: tools\test\releasetest |
| 408 | + working-directory: tools\test |
409 | 409 | run: | |
410 | | - .\releasetest.bat |
| 410 | + testall.bat |
411 | 411 |
|
412 | 412 | build-windows-qt68-msvc2019: |
413 | 413 | runs-on: windows-latest |
@@ -457,9 +457,9 @@ jobs: |
457 | 457 | nmake |
458 | 458 | nmake install |
459 | 459 | - name: Release test |
460 | | - working-directory: tools\test\releasetest |
| 460 | + working-directory: tools\test |
461 | 461 | run: | |
462 | | - .\releasetest.bat |
| 462 | + testall.bat |
463 | 463 |
|
464 | 464 | build-windows-qt65-msvc2019: |
465 | 465 | runs-on: windows-latest |
@@ -510,6 +510,6 @@ jobs: |
510 | 510 | nmake |
511 | 511 | nmake install |
512 | 512 | - name: Release test |
513 | | - working-directory: tools\test\releasetest |
| 513 | + working-directory: tools\test |
514 | 514 | run: | |
515 | | - .\releasetest.bat |
| 515 | + testall.bat |
0 commit comments