Run compat regress tests too.

This commit is contained in:
Darren Tucker 2022-11-03 08:17:39 +11:00
parent fe88d67e75
commit edd24101c7
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

3
.github/run_test.sh vendored
View File

@ -46,3 +46,6 @@ if [ ! -z "${SSHD_CONFOPTS}" ]; then
make t-exec SKIP_LTESTS="${SKIP_LTESTS}" LTESTS="${LTESTS}" TEST_SSH_SSHD_CONFOPTS="${SSHD_CONFOPTS}"
fi
fi
echo
(cd openbsd-compat/regress && make)