ci: omit explicit command to compile test binaries

The command to compile test binaries is no longer needed, as these are
now compiled as part of the default make target.

Related !8189

(cherry picked from commit 26f20b81ec)
This commit is contained in:
Tom Krizek 2023-09-08 15:44:28 +02:00
parent 3fc050f097
commit cdbe94ce46
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -361,8 +361,6 @@ cross-version-config-tests:
- *configure
- *setup_interfaces
- make -j${BUILD_PARALLEL_JOBS:-1}
# Build system test binaries.
- make -C bin/tests/system -j${TEST_PARALLEL_JOBS:-1} check TESTS=""
- export BIND_BRANCH="$(sed -n -E "s|^m4_define\(\[bind_VERSION_MINOR\], ([0-9]+)\)dnl$|\1|p" configure.ac)"
# When testing a .0 release, compare it against the previous development
# release (e.g., 9.19.0 and 9.18.0 should both be compared against 9.17.22).