From: Chocobo1 Date: Tue, 21 Sep 2021 07:20:47 +0000 (+0800) Subject: CI: Remove redundant check X-Git-Tag: ppp-2.5.0~55^2~1 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=736dd64f3d60cb87f6114ec85df3833932a5a378 CI: Remove redundant check The step is already covered by `make distcheck`. --- diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index 8117d51..789850e 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -17,8 +17,5 @@ jobs: - name: build run: make V=1 CFLAGS="-O2 -g -Wno-unused-result" - - name: check - run: make check - - name: distcheck run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-multilink --enable-ipxcp"