]> git.ozlabs.org Git - ppp.git/commitdiff
CI: Remove redundant check
authorChocobo1 <Chocobo1@users.noreply.github.com>
Tue, 21 Sep 2021 07:20:47 +0000 (15:20 +0800)
committerChocobo1 <Chocobo1@users.noreply.github.com>
Tue, 21 Sep 2021 07:20:47 +0000 (15:20 +0800)
The step is already covered by `make distcheck`.

.github/workflows/ubuntu.yaml

index 8117d51ddb2b57d4583ce48a9c3407af74b30d2b..789850e2e3e2b752625cce8b19c6edfefa021c37 100644 (file)
@@ -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"