From 6bcdf9467389924c2a347eff53ddec7e28c03fc9 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Fri, 9 Aug 2024 17:07:42 -0700 Subject: [PATCH] .github/workflows/ubuntu-distcheck.yml: more attempts to fix the same bug. The test scripts seem to need to be reworked at least due to a name clash --- .github/workflows/ubuntu-distcheck.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ubuntu-distcheck.yml b/.github/workflows/ubuntu-distcheck.yml index 8b2ad73..5a3f473 100644 --- a/.github/workflows/ubuntu-distcheck.yml +++ b/.github/workflows/ubuntu-distcheck.yml @@ -24,8 +24,6 @@ jobs: run: ./configure - name: Build falco run: make - - name: Run falco tests - run: make check - name: Check the distribution run: make distcheck - name: Cleanup after the build