|
49 | 49 |
|
50 | 50 | cmake --install ${{github.workspace}}/build --config RelWithDebInfo |
51 | 51 |
|
| 52 | + - name: Test |
| 53 | + shell: bash |
| 54 | + run: | |
| 55 | + ${{github.workspace}}/build/uiohook_tests |
| 56 | +
|
52 | 57 | - name: Upload |
53 | 58 | uses: actions/upload-artifact@v5 |
54 | 59 | with: |
@@ -133,6 +138,11 @@ jobs: |
133 | 138 |
|
134 | 139 | cmake --install ${{github.workspace}}/build --config RelWithDebInfo |
135 | 140 |
|
| 141 | + - name: Test |
| 142 | + shell: bash |
| 143 | + run: | |
| 144 | + ${{github.workspace}}/build/uiohook_tests |
| 145 | +
|
136 | 146 | - name: Upload |
137 | 147 | uses: actions/upload-artifact@v5 |
138 | 148 | with: |
@@ -247,6 +257,11 @@ jobs: |
247 | 257 |
|
248 | 258 | cmake --install ${{github.workspace}}/build --config RelWithDebInfo |
249 | 259 |
|
| 260 | + - name: Test |
| 261 | + shell: bash |
| 262 | + run: | |
| 263 | + ${{github.workspace}}/build/uiohook_tests |
| 264 | +
|
250 | 265 | - name: Upload |
251 | 266 | uses: actions/upload-artifact@v5 |
252 | 267 | with: |
@@ -300,6 +315,11 @@ jobs: |
300 | 315 |
|
301 | 316 | cmake --install ${{github.workspace}}/build --config RelWithDebInfo |
302 | 317 |
|
| 318 | + - name: Test |
| 319 | + shell: bash |
| 320 | + run: | |
| 321 | + ${{github.workspace}}/build/uiohook_tests |
| 322 | +
|
303 | 323 | - name: Upload |
304 | 324 | uses: actions/upload-artifact@v5 |
305 | 325 | with: |
@@ -354,6 +374,11 @@ jobs: |
354 | 374 |
|
355 | 375 | cmake --install ${{github.workspace}}/build --config RelWithDebInfo |
356 | 376 |
|
| 377 | + - name: Test |
| 378 | + shell: bash |
| 379 | + run: | |
| 380 | + ${{github.workspace}}/build/uiohook_tests |
| 381 | +
|
357 | 382 | - name: Upload |
358 | 383 | uses: actions/upload-artifact@v5 |
359 | 384 | with: |
@@ -394,6 +419,11 @@ jobs: |
394 | 419 |
|
395 | 420 | cmake --install ${{github.workspace}}\build --config RelWithDebInfo |
396 | 421 |
|
| 422 | + - name: Test |
| 423 | + shell: bash |
| 424 | + run: | |
| 425 | + ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests |
| 426 | +
|
397 | 427 | - name: Upload |
398 | 428 | uses: actions/upload-artifact@v5 |
399 | 429 | with: |
@@ -434,6 +464,11 @@ jobs: |
434 | 464 |
|
435 | 465 | cmake --install ${{github.workspace}}\build --config RelWithDebInfo |
436 | 466 |
|
| 467 | + - name: Test |
| 468 | + shell: bash |
| 469 | + run: | |
| 470 | + ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests |
| 471 | +
|
437 | 472 | - name: Upload |
438 | 473 | uses: actions/upload-artifact@v5 |
439 | 474 | with: |
@@ -474,6 +509,11 @@ jobs: |
474 | 509 |
|
475 | 510 | cmake --install ${{github.workspace}}\build --config RelWithDebInfo |
476 | 511 |
|
| 512 | + - name: Test |
| 513 | + shell: bash |
| 514 | + run: | |
| 515 | + ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests |
| 516 | +
|
477 | 517 | - name: Upload |
478 | 518 | uses: actions/upload-artifact@v5 |
479 | 519 | with: |
|
0 commit comments