From ffbdc8ac575652d3609f317e93d1604f568d92f2 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 2 Dec 2021 10:30:04 -0800 Subject: [PATCH] m68k CI tests on GA are now compulsory --- .github/workflows/dev-short-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index ae9d13c18..c8e85cd3b 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -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 -- 2.47.3