From 25da42589e895da96bb0de19d983bdb6712bf936 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 17 Dec 2022 00:03:00 +1100 Subject: Remove compat from the default tests. The Makefile changes to get the compat tests to work went in after the V_9_1 branch, so don't test those on this branch. --- .github/configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/configs b/.github/configs index 49b53d43..da2e8098 100755 --- a/.github/configs +++ b/.github/configs @@ -15,7 +15,7 @@ fi unset CC CFLAGS CPPFLAGS LDFLAGS LTESTS SUDO -TEST_TARGET="tests compat-tests" +TEST_TARGET="tests" LTESTS="" SKIP_LTESTS="" SUDO=sudo # run with sudo by default -- cgit v1.2.3