From: Yann Collet Date: Thu, 2 Dec 2021 18:30:04 +0000 (-0800) Subject: m68k CI tests on GA are now compulsory X-Git-Tag: v1.5.1~1^2~35^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffbdc8ac575652d3609f317e93d1604f568d92f2;p=thirdparty%2Fzstd.git m68k CI tests on GA are now compulsory --- 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