Skip to content

Commit 4680871

Browse files
committed
CI: Build and run the libcheck-based tests.
1 parent d5b2934 commit 4680871

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
cpanminus libtool-bin libapr1-dev libaprutil1-dev
354354
liblua5.3-dev libbrotli-dev libcurl4-openssl-dev
355355
libnghttp2-dev libjansson-dev libpcre2-dev gdb
356-
perl-doc libsasl2-dev ${{ matrix.pkgs }}
356+
perl-doc libsasl2-dev ${{ matrix.pkgs }} check
357357
- uses: actions/checkout@v4
358358
- name: Cache installed libraries
359359
uses: actions/cache@v4

test/travis_run_linux.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ if test -v PHP_FPM; then
133133
$PHP_FPM --version
134134
fi
135135

136+
if test -x ./test/httpdunit; then
137+
: Running libcheck-based unit tests.
138+
prove ./test/httpdunit
139+
fi
140+
136141
# Try to keep all potential coredumps from all processes
137142
sudo sysctl -w kernel.core_uses_pid=1 2>/dev/null || true
138143
# Systemd based systems might process core dumps via systemd-coredump.

0 commit comments

Comments
 (0)