From 736dd64f3d60cb87f6114ec85df3833932a5a378 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 21 Sep 2021 15:20:47 +0800 Subject: [PATCH] CI: Remove redundant check The step is already covered by `make distcheck`. --- .github/workflows/ubuntu.yaml | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.39.2