m68k CI tests on GA are now compulsory

This commit is contained in:
Yann Collet
2021-12-02 10:30:04 -08:00
parent 39dced092e
commit ffbdc8ac57
-1
View File
@@ -294,7 +294,6 @@ jobs:
LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check
- name: M68K
if: ${{ matrix.name == 'M68K' }}
continue-on-error: true # disable reporting errors (alignment issues)
run: |
LDFLAGS="-static" CC=$XCC QEMU_SYS=$XEMU make clean check