File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -133,6 +133,11 @@ if test -v PHP_FPM; then
133133 $PHP_FPM --version
134134fi
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
137142sudo sysctl -w kernel.core_uses_pid=1 2> /dev/null || true
138143# Systemd based systems might process core dumps via systemd-coredump.
You can’t perform that action at this time.
0 commit comments