]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/ubuntu.yaml
CI: Remove redundant check
[ppp.git] / .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"