Skip to content

Commit 25da425

Browse files
committed
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.
1 parent f6eb3ec commit 25da425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/configs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
unset CC CFLAGS CPPFLAGS LDFLAGS LTESTS SUDO
1717

18-
TEST_TARGET="tests compat-tests"
18+
TEST_TARGET="tests"
1919
LTESTS=""
2020
SKIP_LTESTS=""
2121
SUDO=sudo # run with sudo by default

0 commit comments

Comments
 (0)