summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ubuntu.yaml3
1 files changed, 0 insertions, 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"