|
42 | 42 | make sim |
43 | 43 |
|
44 | 44 | - name: Run test suite |
45 | | - run: ./db48x.app/Contents/MacOS/db48x -H -I -Tall |
| 45 | + run: ./db48x.app/Contents/MacOS/db48x -H -I -w 10000 -r 50 -Tall |
46 | 46 |
|
47 | 47 | - name: Deploy Qt dependencies |
48 | 48 | run: | |
@@ -105,7 +105,7 @@ jobs: |
105 | 105 | make sim |
106 | 106 |
|
107 | 107 | - name: Run test suite |
108 | | - run: ./db48x -H -I -Tall |
| 108 | + run: ./db48x -H -I -w 10000 -r 50 -Tall |
109 | 109 |
|
110 | 110 | - name: Upload simulator artifact |
111 | 111 | uses: actions/upload-artifact@v7 |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 | make sim |
152 | 152 |
|
153 | 153 | - name: Run test suite |
154 | | - run: ./db48x -H -I -Tall |
| 154 | + run: ./db48x -H -I -w 10000 -r 50 -Tall |
155 | 155 |
|
156 | 156 | - name: Upload simulator artifact |
157 | 157 | uses: actions/upload-artifact@v7 |
@@ -195,7 +195,7 @@ jobs: |
195 | 195 | make sim |
196 | 196 |
|
197 | 197 | - name: Run test suite |
198 | | - run: ./db48x -H -I -Tall |
| 198 | + run: ./db48x -H -I -w 10000 -r 50 -Tall |
199 | 199 |
|
200 | 200 | - name: Upload simulator artifact |
201 | 201 | uses: actions/upload-artifact@v7 |
@@ -244,7 +244,7 @@ jobs: |
244 | 244 |
|
245 | 245 | - name: Run test suite |
246 | 246 | shell: msys2 {0} |
247 | | - run: ./db48x.exe -H -I -Tall |
| 247 | + run: ./db48x.exe -H -I -w 10000 -r 50 -Tall |
248 | 248 |
|
249 | 249 | - name: Deploy Qt dependencies |
250 | 250 | shell: msys2 {0} |
@@ -326,7 +326,7 @@ jobs: |
326 | 326 | make color-dm32-sim |
327 | 327 |
|
328 | 328 | - name: Run test suite |
329 | | - run: ./db50x.app/Contents/MacOS/db50x -H -I -Tall |
| 329 | + run: ./db50x.app/Contents/MacOS/db50x -H -I -w 10000 -r 50 -Tall |
330 | 330 |
|
331 | 331 | - name: Deploy Qt dependencies |
332 | 332 | run: | |
@@ -389,7 +389,7 @@ jobs: |
389 | 389 | make color-dm32-sim |
390 | 390 |
|
391 | 391 | - name: Run test suite |
392 | | - run: ./db50x -H -I -Tall |
| 392 | + run: ./db50x -H -I -w 10000 -r 50 -Tall |
393 | 393 |
|
394 | 394 | - name: Upload color simulator artifact |
395 | 395 | uses: actions/upload-artifact@v7 |
@@ -435,7 +435,7 @@ jobs: |
435 | 435 | make color-dm32-sim |
436 | 436 |
|
437 | 437 | - name: Run test suite |
438 | | - run: ./db50x -H -I -Tall |
| 438 | + run: ./db50x -H -I -w 10000 -r 50 -Tall |
439 | 439 |
|
440 | 440 | - name: Upload color simulator artifact |
441 | 441 | uses: actions/upload-artifact@v7 |
@@ -479,7 +479,7 @@ jobs: |
479 | 479 | make color-dm32-sim |
480 | 480 |
|
481 | 481 | - name: Run test suite |
482 | | - run: ./db50x -H -I -Tall |
| 482 | + run: ./db50x -H -I -w 10000 -r 50 -Tall |
483 | 483 |
|
484 | 484 | - name: Upload color simulator artifact |
485 | 485 | uses: actions/upload-artifact@v7 |
@@ -528,7 +528,7 @@ jobs: |
528 | 528 |
|
529 | 529 | - name: Run test suite |
530 | 530 | shell: msys2 {0} |
531 | | - run: ./db50x.exe -H -I -Tall |
| 531 | + run: ./db50x.exe -H -I -w 10000 -r 50 -Tall |
532 | 532 |
|
533 | 533 | - name: Deploy Qt dependencies |
534 | 534 | shell: msys2 {0} |
|
0 commit comments