Skip to content

Commit

Permalink
ci: test testprocess issue on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Sep 16, 2024
1 parent 96c0e11 commit eefc0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
${{ matrix.platform.pretest-cmd }}
set -eu
export SDL_TESTS_QUICK=1
ctest -VV --test-dir build/ -j2
ctest -VV --test-dir build/ -R testprocess --repeat until-fail:1000
- name: "Build test apk's (CMake)"
id: apks
if: ${{ steps.build.outcome == 'success' && matrix.platform.android-apks != '' }}
Expand Down

0 comments on commit eefc0ad

Please sign in to comment.