CI: Re-enable booting aarch64 in CI self-test mode on CI

This commit is contained in:
Andrew Kaster 2023-10-16 15:57:46 -06:00 committed by Andrew Kaster
parent 424eca24ba
commit 39202f2222
Notes: sideshowbarker 2024-07-17 08:59:18 +09:00

View File

@ -237,7 +237,7 @@ jobs:
run: ninja install && ninja qemu-image
- name: Run On-Target Tests
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' && matrix.arch != 'aarch64' }}
if: ${{ matrix.debug-options == 'NORMAL_DEBUG' }}
working-directory: ${{ github.workspace }}/Build/${{ matrix.arch }}
env:
SERENITY_QEMU_CPU: "max,vmx=off"