diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-03-13 10:27:11 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-03-13 10:27:11 +0100 |
| commit | a17a97a5459ba1fb23d546004b66fb2220d24d48 (patch) | |
| tree | 0cb121f1ce40f37adeb1b6de9166766c9804a373 /.github/workflows | |
| parent | 0d73fc7228cf57c9948835c9a7bb54cdec3449aa (diff) | |
| download | box64-a17a97a5459ba1fb23d546004b66fb2220d24d48.tar.gz box64-a17a97a5459ba1fb23d546004b66fb2220d24d48.zip | |
[CI] Made ARM64 Box32 test to repeat a bit to avoid false negative
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1caf34b..17206cf6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -257,6 +257,8 @@ jobs: BOX64_DYNAREC=0 ctest $CTEST_OPTIONS ctest $CTEST_OPTIONS + elif [[ ${{ matrix.platform }} == 'ARM64' && ${{matrix.type}} == 'Box32' ]]; then + ctest $CTEST_OPTIONS else ctest -j$(nproc) fi |