summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-12-17 00:03:00 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-12-17 00:03:00 +1100
commit25da42589e895da96bb0de19d983bdb6712bf936 (patch)
treef56ab44af9255d63d2a2bbccc8407d16cad6756f
parentf6eb3ece868122044d150f14f7159772ea6c000e (diff)
Remove compat from the default tests.V_9_1
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.
-rwxr-xr-x.github/configs2
1 files changed, 1 insertions, 1 deletions
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